#97050F

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

Shades of Sangria #97050F

Tints of Sangria #97050F

Color information

#97050F (or 0x97050F) is unknown color: approx Sangria. HEX triplet: 97, 05 and 0F. RGB value is (151,5,15). Sum of RGB (Red+Green+Blue) = 151+5+15=171 (22% of max value = 765). Red value is 151 (59.38% from 255 or 88.30% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 151 - color contains mainly: red. Hex color #97050F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97050F is #68FAF0. Grayscale: #313131. Windows color (decimal): -6879985 or 984471. OLE color: 984471.

HSL color Cylindrical-coordinate representation of color #97050F: hue angle of 355.89º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #97050F is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB151515-
CMYK00.970.900.41
HSL355.89º93.59%30.59%-
HSV(B)355.89º96.69%59.22%-
XYZ12.96.721.07-
YUV49.79108.37200.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 88.30%
GREEN value IS 5 (2.34% from 255) = 2.92%
BLUE value IS 15 (6.25% from 255) = 8.77%
R=88.30%
G=2.92%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15151500.970.900.41355.8993.5930.59
Hex975F0615A291645e1f
Octal22751701411325154413637
Binary100101111011111011000011011010101001101100100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97050F; }

 p { color: rgb(151,5,15); }

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

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

 a { background-color: rgb(151,5,15); }

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

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

 span { border-color: rgb(151,5,15); }

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