Html Css Color HEX #910F0D Dark Red

📋 copy color: '#910F0D'

red 145 ◦ green 15 ◦ blue 13

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

Shades of Dark Red #910F0D

Tints of Dark Red #910F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.51%

R = 83.82%
G = 8.67%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#910F0D (or 0x910F0D) is known color: Dark Red. HEX triplet: 91, 0F and 0D. RGB value is (145,15,13). Sum of RGB (Red+Green+Blue) = 145+15+13=173 (22% of max value = 765). Red value is 145 (57.03% from 255 or 83.82% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 145 - color contains mainly: red. Hex color #910F0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910F0D is #6EF0F2. Grayscale: #353535. Windows color (decimal): -7270643 or 855953. OLE color: 855953.

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

Color convert

RGB 145 15 13 -
CMYK 0 0.90 0.91 0.43
HSL 0.91º 0.84% 0.31% -
HSV(B) 0.91º 0.91% 0.57% -
XYZ 11.92 6.39 0.99 -
YUV 53.64 105.07 193.16 -
System Red Green Blue C M Y K H S L
Decimal 145 15 13 0 0.90 0.91 0.43 0.91 0.84 0.31
Hex 91 F D 0 5A 5B 2B 1 54 1F
Octal 221 17 15 0 132 133 53 1 124 37
Binary 10010001 1111 1101 0 1011010 1011011 101011 1 1010100 11111

Color Harmonies of #910F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910F0D

Black with #910F0D

Text Example


Text Example

White with #910F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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