#97020C

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

Shades of Sangria #97020C

Tints of Sangria #97020C

Color information

#97020C (or 0x97020C) is unknown color: approx Sangria. HEX triplet: 97, 02 and 0C. RGB value is (151,2,12). Sum of RGB (Red+Green+Blue) = 151+2+12=165 (21% of max value = 765). Red value is 151 (59.38% from 255 or 91.52% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 151 - color contains mainly: red. Hex color #97020C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97020C is #68FDF3. Grayscale: #2F2F2F. Windows color (decimal): -6880756 or 787095. OLE color: 787095.

HSL color Cylindrical-coordinate representation of color #97020C: hue angle of 355.97º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97020C is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB151212-
CMYK00.990.920.41
HSL355.97º97.39%30%-
HSV(B)355.97º98.68%59.22%-
XYZ12.856.650.95-
YUV47.69107.86201.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 91.52%
GREEN value IS 2 (1.17% from 255) = 1.21%
BLUE value IS 12 (5.08% from 255) = 7.27%
R=91.52%
G=1.21%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15121200.990.920.41355.9797.3930
Hex972C0635C29164611e
Octal22721401431345154414136
Binary10010111101100011000111011100101001101100100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,2,12); }

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

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

 a { background-color: rgb(151,2,12); }

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

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

 span { border-color: rgb(151,2,12); }

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