Html Css Color HEX #961B04 Dark Red

📋 copy color: '#961B04'

red 150 ◦ green 27 ◦ blue 4

#961B04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #961B04

Tints of Dark Red #961B04

RGB

 RED value IS 150 (58.98% from 255) = 82.87%

 GREEN value IS 27 (10.94% from 255) = 14.92%

 BLUE value IS 4 (1.95% from 255) = 2.21%

R = 82.87%
G = 14.92%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#961B04 (or 0x961B04) is known color: Dark Red. HEX triplet: 96, 1B and 04. RGB value is (150,27,4). Sum of RGB (Red+Green+Blue) = 150+27+4=181 (23% of max value = 765). Red value is 150 (58.98% from 255 or 82.87% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 150 - color contains mainly: red. Hex color #961B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961B04 is #69E4FB. Grayscale: #3D3D3D. Windows color (decimal): -6939900 or 269206. OLE color: 269206.

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

Color convert

RGB 150 27 4 -
CMYK 0 0.82 0.97 0.41
HSL 9.45º 0.95% 0.3% -
HSV(B) 9.45º 0.97% 0.59% -
XYZ 12.99 7.28 0.83 -
YUV 61.16 95.75 191.37 -
System Red Green Blue C M Y K H S L
Decimal 150 27 4 0 0.82 0.97 0.41 9.45 0.95 0.3
Hex 96 1B 4 0 52 61 29 9 5F 1E
Octal 226 33 4 0 122 141 51 11 137 36
Binary 10010110 11011 100 0 1010010 1100001 101001 1001 1011111 11110

Color Harmonies of #961B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961B04

Black with #961B04

Text Example


Text Example

White with #961B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #961B04;
 }
 .AnyTagClassName
 {
   color: #961B04;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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