#910D12

Color #910D12 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #910D12

Tints of Sangria #910D12

Color information

#910D12 (or 0x910D12) is unknown color: approx Sangria. HEX triplet: 91, 0D and 12. RGB value is (145,13,18). Sum of RGB (Red+Green+Blue) = 145+13+18=176 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.39% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 145 - color contains mainly: red. Hex color #910D12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910D12 is #6EF2ED. Grayscale: #353535. Windows color (decimal): -7271150 or 1183121. OLE color: 1183121.

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

Color convert

RGB1451318-
CMYK00.910.880.43
HSL357.73º83.54%30.98%-
HSV(B)357.73º91.03%56.86%-
XYZ11.936.351.17-
YUV53.04108.23193.59-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 82.39%
GREEN value IS 13 (5.47% from 255) = 7.39%
BLUE value IS 18 (7.42% from 255) = 10.23%
R=82.39%
G=7.39%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145131800.910.880.43357.7383.5430.98
Hex91D1205B582B166541f
Octal221152201331305354612437
Binary10010001110110010010110111011000101011101100110101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #910D12;
 }
 .AnyTagClassName
 {
   color: #910D12;
 }
</style>
background-color css

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

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

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

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

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

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