#961B00

Color #961B00 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #961B00

Tints of Dark Red #961B00

Color information

#961B00 (or 0x961B00) is unknown color: approx Dark Red. HEX triplet: 96, 1B and 00. RGB value is (150,27,0). Sum of RGB (Red+Green+Blue) = 150+27+0=177 (23% of max value = 765). Red value is 150 (58.98% from 255 or 84.75% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 150 - color contains mainly: red. Hex color #961B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961B00 is #69E4FF. Grayscale: #3C3C3C. Windows color (decimal): -6939904 or 7062. OLE color: 7062.

HSL color Cylindrical-coordinate representation of color #961B00: hue angle of 10.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #961B00 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB150270-
CMYK00.8210.41
HSL10.8º100%29.41%-
HSV(B)10.8º100%58.82%-
XYZ12.977.270.72-
YUV60.793.75191.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 84.75%
GREEN value IS 27 (10.94% from 255) = 15.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.75%
G=15.25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15027000.8210.4110.810029.41
Hex961B00526429b641d
Octal2263300122144511314435
Binary100101101101100101001011001001010011011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961B00; }

 p { color: rgb(150,27,0); }

 H1.HeaderClassName
 {
   color: #961B00;
 }
 .AnyTagClassName
 {
   color: #961B00;
 }
</style>
background-color css

<style>
 a { background-color: #961B00; }

 a { background-color: rgb(150,27,0); }

 div.DivClassName
 {
   background-color: #961B00;
 }
 .BgClassName
 {
   background-color: #961B00;
 }
</style>
border-color css

<style>
 span { border-color: #961B00; }

 span { border-color: rgb(150,27,0); }

 td.TdClassName
 {
   border-color: #961B00;
 }
 .TagClassName
 {
   border-color: #961B00;
 }
</style>