Html Css Color HEX #951109 Dark Red

📋 copy color: '#951109'

red 149 ◦ green 17 ◦ blue 9

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

Shades of Dark Red #951109

Tints of Dark Red #951109

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.71%

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

R = 85.14%
G = 9.71%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#951109 (or 0x951109) is known color: Dark Red. HEX triplet: 95, 11 and 09. RGB value is (149,17,9). Sum of RGB (Red+Green+Blue) = 149+17+9=175 (23% of max value = 765). Red value is 149 (58.59% from 255 or 85.14% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 149 - color contains mainly: red. Hex color #951109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951109 is #6AEEF6. Grayscale: #373737. Windows color (decimal): -7007991 or 594325. OLE color: 594325.

HSL color Cylindrical-coordinate representation of color #951109: hue angle of 3.43º 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 #951109 is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 17 9 -
CMYK 0 0.89 0.94 0.42
HSL 3.43º 0.89% 0.31% -
HSV(B) 3.43º 0.94% 0.58% -
XYZ 12.64 6.81 0.91 -
YUV 55.56 101.73 194.65 -
System Red Green Blue C M Y K H S L
Decimal 149 17 9 0 0.89 0.94 0.42 3.43 0.89 0.31
Hex 95 11 9 0 59 5E 2A 3 59 1F
Octal 225 21 11 0 131 136 52 3 131 37
Binary 10010101 10001 1001 0 1011001 1011110 101010 11 1011001 11111

Color Harmonies of #951109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951109

Black with #951109

Text Example


Text Example

White with #951109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951109; }

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

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

background-color css

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

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

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

border-color css

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

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

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