Html Css Color HEX #910712 Sangria

📋 copy color: '#910712'

red 145 ◦ green 7 ◦ blue 18

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

Shades of Sangria #910712

Tints of Sangria #910712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.12%

 BLUE value IS 18 (7.42% from 255) = 10.59%

R = 85.29%
G = 4.12%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#910712 (or 0x910712) is known color: Sangria. HEX triplet: 91, 07 and 12. RGB value is (145,7,18). Sum of RGB (Red+Green+Blue) = 145+7+18=170 (22% of max value = 765). Red value is 145 (57.03% from 255 or 85.29% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 145 - color contains mainly: red. Hex color #910712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910712 is #6EF8ED. Grayscale: #313131. Windows color (decimal): -7272686 or 1181585. OLE color: 1181585.

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

Color convert

RGB 145 7 18 -
CMYK 0 0.95 0.88 0.43
HSL 355.22º 0.91% 0.3% -
HSV(B) 355.22º 0.95% 0.57% -
XYZ 11.86 6.22 1.15 -
YUV 49.52 110.22 196.11 -
System Red Green Blue C M Y K H S L
Decimal 145 7 18 0 0.95 0.88 0.43 355.22 0.91 0.3
Hex 91 7 12 0 5F 58 2B 163 5B 1E
Octal 221 7 22 0 137 130 53 543 133 36
Binary 10010001 111 10010 0 1011111 1011000 101011 101100011 1011011 11110

Color Harmonies of #910712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910712

Black with #910712

Text Example


Text Example

White with #910712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910712; }

 p { color: rgb(145,7,18); }

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

background-color css

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

 a { background-color: rgb(145,7,18); }

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

border-color css

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

 span { border-color: rgb(145,7,18); }

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