#910E0F

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

Shades of Sangria #910E0F

Tints of Sangria #910E0F

Color information

#910E0F (or 0x910E0F) is unknown color: approx Sangria. HEX triplet: 91, 0E and 0F. RGB value is (145,14,15). Sum of RGB (Red+Green+Blue) = 145+14+15=174 (23% of max value = 765). Red value is 145 (57.03% from 255 or 83.33% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 145 - color contains mainly: red. Hex color #910E0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910E0F is #6EF1F0. Grayscale: #353535. Windows color (decimal): -7270897 or 986769. OLE color: 986769.

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

Color convert

RGB1451415-
CMYK00.900.900.43
HSL359.54º82.39%31.18%-
HSV(B)359.54º90.34%56.86%-
XYZ11.926.371.05-
YUV53.28106.4193.42-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 83.33%
GREEN value IS 14 (5.86% from 255) = 8.05%
BLUE value IS 15 (6.25% from 255) = 8.62%
R=83.33%
G=8.05%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145141500.900.900.43359.5482.3931.18
Hex91EF05A5A2B168521f
Octal221161701321325355012237
Binary1001000111101111010110101011010101011101101000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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