Html Css Color HEX #910F09 Dark Red

📋 copy color: '#910F09'

red 145 ◦ green 15 ◦ blue 9

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

Shades of Dark Red #910F09

Tints of Dark Red #910F09

RGB

 RED value IS 145 (57.03% from 255) = 85.8%

 GREEN value IS 15 (6.25% from 255) = 8.88%

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

R = 85.8%
G = 8.88%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#910F09 (or 0x910F09) is known color: Dark Red. HEX triplet: 91, 0F and 09. RGB value is (145,15,9). Sum of RGB (Red+Green+Blue) = 145+15+9=169 (22% of max value = 765). Red value is 145 (57.03% from 255 or 85.80% from 169); Green value is 15 (6.25% from 255 or 8.88% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 145 - color contains mainly: red. Hex color #910F09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910F09 is #6EF0F6. Grayscale: #353535. Windows color (decimal): -7270647 or 593809. OLE color: 593809.

HSL color Cylindrical-coordinate representation of color #910F09: hue angle of 2.65º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910F09 is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 15 9 -
CMYK 0 0.90 0.94 0.43
HSL 2.65º 0.88% 0.3% -
HSV(B) 2.65º 0.94% 0.57% -
XYZ 11.9 6.38 0.86 -
YUV 53.19 103.07 193.49 -
System Red Green Blue C M Y K H S L
Decimal 145 15 9 0 0.90 0.94 0.43 2.65 0.88 0.3
Hex 91 F 9 0 5A 5E 2B 3 58 1E
Octal 221 17 11 0 132 136 53 3 130 36
Binary 10010001 1111 1001 0 1011010 1011110 101011 11 1011000 11110

Color Harmonies of #910F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910F09

Black with #910F09

Text Example


Text Example

White with #910F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910F09; }

 p { color: rgb(145,15,9); }

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

background-color css

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

 a { background-color: rgb(145,15,9); }

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

border-color css

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

 span { border-color: rgb(145,15,9); }

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