Html Css Color HEX #910D04 Dark Red

📋 copy color: '#910D04'

red 145 ◦ green 13 ◦ blue 4

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

Shades of Dark Red #910D04

Tints of Dark Red #910D04

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.02%

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

R = 89.51%
G = 8.02%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#910D04 (or 0x910D04) is known color: Dark Red. HEX triplet: 91, 0D and 04. RGB value is (145,13,4). Sum of RGB (Red+Green+Blue) = 145+13+4=162 (21% of max value = 765). Red value is 145 (57.03% from 255 or 89.51% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 145 - color contains mainly: red. Hex color #910D04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910D04 is #6EF2FB. Grayscale: #333333. Windows color (decimal): -7271164 or 265617. OLE color: 265617.

HSL color Cylindrical-coordinate representation of color #910D04: hue angle of 3.83º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #910D04 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 13 4 -
CMYK 0 0.91 0.97 0.43
HSL 3.83º 0.95% 0.29% -
HSV(B) 3.83º 0.97% 0.57% -
XYZ 11.84 6.32 0.71 -
YUV 51.44 101.23 194.73 -
System Red Green Blue C M Y K H S L
Decimal 145 13 4 0 0.91 0.97 0.43 3.83 0.95 0.29
Hex 91 D 4 0 5B 61 2B 4 5F 1D
Octal 221 15 4 0 133 141 53 4 137 35
Binary 10010001 1101 100 0 1011011 1100001 101011 100 1011111 11101

Color Harmonies of #910D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910D04

Black with #910D04

Text Example


Text Example

White with #910D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,13,4); }

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

background-color css

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

 a { background-color: rgb(145,13,4); }

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

border-color css

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

 span { border-color: rgb(145,13,4); }

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