Html Css Color HEX #951904 Dark Red

📋 copy color: '#951904'

red 149 ◦ green 25 ◦ blue 4

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

Shades of Dark Red #951904

Tints of Dark Red #951904

RGB

 RED value IS 149 (58.59% from 255) = 83.71%

 GREEN value IS 25 (10.16% from 255) = 14.04%

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

R = 83.71%
G = 14.04%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#951904 (or 0x951904) is known color: Dark Red. HEX triplet: 95, 19 and 04. RGB value is (149,25,4). Sum of RGB (Red+Green+Blue) = 149+25+4=178 (23% of max value = 765). Red value is 149 (58.59% from 255 or 83.71% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 4 (1.95% from 255 or 2.25% from 178); Max value from RGB is 149 - color contains mainly: red. Hex color #951904 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951904 is #6AE6FB. Grayscale: #3B3B3B. Windows color (decimal): -7005948 or 268693. OLE color: 268693.

HSL color Cylindrical-coordinate representation of color #951904: hue angle of 8.69º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #951904 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 25 4 -
CMYK 0 0.83 0.97 0.42
HSL 8.69º 0.95% 0.3% -
HSV(B) 8.69º 0.97% 0.58% -
XYZ 12.76 7.09 0.81 -
YUV 59.68 96.58 191.71 -
System Red Green Blue C M Y K H S L
Decimal 149 25 4 0 0.83 0.97 0.42 8.69 0.95 0.3
Hex 95 19 4 0 53 61 2A 9 5F 1E
Octal 225 31 4 0 123 141 52 11 137 36
Binary 10010101 11001 100 0 1010011 1100001 101010 1001 1011111 11110

Color Harmonies of #951904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951904

Black with #951904

Text Example


Text Example

White with #951904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951904; }

 p { color: rgb(149,25,4); }

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

background-color css

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

 a { background-color: rgb(149,25,4); }

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

border-color css

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

 span { border-color: rgb(149,25,4); }

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