Html Css Color HEX #951409 Dark Red

📋 copy color: '#951409'

red 149 ◦ green 20 ◦ blue 9

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

Shades of Dark Red #951409

Tints of Dark Red #951409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.24%

 BLUE value IS 9 (3.91% from 255) = 5.06%

R = 83.71%
G = 11.24%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#951409 (or 0x951409) is known color: Dark Red. HEX triplet: 95, 14 and 09. RGB value is (149,20,9). Sum of RGB (Red+Green+Blue) = 149+20+9=178 (23% of max value = 765). Red value is 149 (58.59% from 255 or 83.71% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 9 (3.91% from 255 or 5.06% from 178); Max value from RGB is 149 - color contains mainly: red. Hex color #951409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951409 is #6AEBF6. Grayscale: #393939. Windows color (decimal): -7007223 or 595093. OLE color: 595093.

HSL color Cylindrical-coordinate representation of color #951409: hue angle of 4.71º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #951409 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 20 9 -
CMYK 0 0.87 0.94 0.42
HSL 4.71º 0.89% 0.31% -
HSV(B) 4.71º 0.94% 0.58% -
XYZ 12.69 6.91 0.92 -
YUV 57.32 100.74 193.39 -
System Red Green Blue C M Y K H S L
Decimal 149 20 9 0 0.87 0.94 0.42 4.71 0.89 0.31
Hex 95 14 9 0 57 5E 2A 5 59 1F
Octal 225 24 11 0 127 136 52 5 131 37
Binary 10010101 10100 1001 0 1010111 1011110 101010 101 1011001 11111

Color Harmonies of #951409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951409

Black with #951409

Text Example


Text Example

White with #951409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951409; }

 p { color: rgb(149,20,9); }

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

background-color css

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

 a { background-color: rgb(149,20,9); }

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

border-color css

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

 span { border-color: rgb(149,20,9); }

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