#91000C

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

Shades of Sangria #91000C

Tints of Sangria #91000C

Color information

#91000C (or 0x91000C) is unknown color: approx Sangria. HEX triplet: 91, 00 and 0C. RGB value is (145,0,12). Sum of RGB (Red+Green+Blue) = 145+0+12=157 (20% of max value = 765). Red value is 145 (57.03% from 255 or 92.36% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 145 - color contains mainly: red. Hex color #91000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #91000C is #6EFFF3. Grayscale: #2C2C2C. Windows color (decimal): -7274484 or 786577. OLE color: 786577.

HSL color Cylindrical-coordinate representation of color #91000C: hue angle of 355.03º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #91000C is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB145012-
CMYK010.920.43
HSL355.03º100%28.43%-
HSV(B)355.03º100%56.86%-
XYZ11.746.050.9-
YUV44.72109.54199.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 92.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 7.64%
R=92.36%
G=0%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145012010.920.43355.0310028.43
Hex910C0645C2B163641c
Octal22101401441345354314434
Binary1001000101100011001001011100101011101100011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91000C; }

 p { color: rgb(145,0,12); }

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

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

 a { background-color: rgb(145,0,12); }

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

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

 span { border-color: rgb(145,0,12); }

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