Html Css Color HEX #910E11 Sangria

📋 copy color: '#910E11'

red 145 ◦ green 14 ◦ blue 17

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

Shades of Sangria #910E11

Tints of Sangria #910E11

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.95%

 BLUE value IS 17 (7.03% from 255) = 9.66%

R = 82.39%
G = 7.95%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#910E11 (or 0x910E11) is known color: Sangria. HEX triplet: 91, 0E and 11. RGB value is (145,14,17). Sum of RGB (Red+Green+Blue) = 145+14+17=176 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.39% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 145 - color contains mainly: red. Hex color #910E11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910E11 is #6EF1EE. Grayscale: #353535. Windows color (decimal): -7270895 or 1117841. OLE color: 1117841.

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

Color convert

RGB 145 14 17 -
CMYK 0 0.90 0.88 0.43
HSL 358.63º 0.82% 0.31% -
HSV(B) 358.63º 0.9% 0.57% -
XYZ 11.94 6.37 1.13 -
YUV 53.51 107.4 193.26 -
System Red Green Blue C M Y K H S L
Decimal 145 14 17 0 0.90 0.88 0.43 358.63 0.82 0.31
Hex 91 E 11 0 5A 58 2B 167 52 1F
Octal 221 16 21 0 132 130 53 547 122 37
Binary 10010001 1110 10001 0 1011010 1011000 101011 101100111 1010010 11111

Color Harmonies of #910E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910E11

Black with #910E11

Text Example


Text Example

White with #910E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,14,17); }

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

background-color css

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

 a { background-color: rgb(145,14,17); }

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

border-color css

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

 span { border-color: rgb(145,14,17); }

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