#97010B

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

Shades of Sangria #97010B

Tints of Sangria #97010B

Color information

#97010B (or 0x97010B) is unknown color: approx Sangria. HEX triplet: 97, 01 and 0B. RGB value is (151,1,11). Sum of RGB (Red+Green+Blue) = 151+1+11=163 (21% of max value = 765). Red value is 151 (59.38% from 255 or 92.64% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 151 - color contains mainly: red. Hex color #97010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97010B is #68FEF4. Grayscale: #2F2F2F. Windows color (decimal): -6881013 or 721303. OLE color: 721303.

HSL color Cylindrical-coordinate representation of color #97010B: hue angle of 356º degrees, saturation: 0.99, 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 #97010B is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB151111-
CMYK00.990.930.41
HSL356º98.68%29.8%-
HSV(B)356º99.34%59.22%-
XYZ12.836.630.92-
YUV46.99107.7202.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 92.64%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 11 (4.69% from 255) = 6.75%
R=92.64%
G=0.61%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111100.990.930.4135698.6829.8
Hex971B0635D29164631e
Octal22711301431355154414336
Binary1001011111011011000111011101101001101100100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97010B; }

 p { color: rgb(151,1,11); }

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

<style>
 a { background-color: #97010B; }

 a { background-color: rgb(151,1,11); }

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

<style>
 span { border-color: #97010B; }

 span { border-color: rgb(151,1,11); }

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