Html Css Color HEX #91100D Dark Red

📋 copy color: '#91100D'

red 145 ◦ green 16 ◦ blue 13

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

Shades of Dark Red #91100D

Tints of Dark Red #91100D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.2%

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

R = 83.33%
G = 9.2%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#91100D (or 0x91100D) is known color: Dark Red. HEX triplet: 91, 10 and 0D. RGB value is (145,16,13). Sum of RGB (Red+Green+Blue) = 145+16+13=174 (23% of max value = 765). Red value is 145 (57.03% from 255 or 83.33% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 145 - color contains mainly: red. Hex color #91100D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91100D is #6EEFF2. Grayscale: #363636. Windows color (decimal): -7270387 or 856209. OLE color: 856209.

HSL color Cylindrical-coordinate representation of color #91100D: hue angle of 1.36º 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 #91100D is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 16 13 -
CMYK 0 0.89 0.91 0.43
HSL 1.36º 0.84% 0.31% -
HSV(B) 1.36º 0.91% 0.57% -
XYZ 11.93 6.42 0.99 -
YUV 54.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 145 16 13 0 0.89 0.91 0.43 1.36 0.84 0.31
Hex 91 10 D 0 59 5B 2B 1 54 1F
Octal 221 20 15 0 131 133 53 1 124 37
Binary 10010001 10000 1101 0 1011001 1011011 101011 1 1010100 11111

Color Harmonies of #91100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91100D

Black with #91100D

Text Example


Text Example

White with #91100D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91100D; }

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

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

background-color css

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

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

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

border-color css

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

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

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