#97050D

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

Shades of Sangria #97050D

Tints of Sangria #97050D

Color information

#97050D (or 0x97050D) is unknown color: approx Sangria. HEX triplet: 97, 05 and 0D. RGB value is (151,5,13). Sum of RGB (Red+Green+Blue) = 151+5+13=169 (22% of max value = 765). Red value is 151 (59.38% from 255 or 89.35% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 151 - color contains mainly: red. Hex color #97050D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97050D is #68FAF2. Grayscale: #313131. Windows color (decimal): -6879987 or 853399. OLE color: 853399.

HSL color Cylindrical-coordinate representation of color #97050D: hue angle of 356.71º 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 #97050D is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB151513-
CMYK00.970.910.41
HSL356.71º93.59%30.59%-
HSV(B)356.71º96.69%59.22%-
XYZ12.896.721-
YUV49.57107.37200.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 89.35%
GREEN value IS 5 (2.34% from 255) = 2.96%
BLUE value IS 13 (5.47% from 255) = 7.69%
R=89.35%
G=2.96%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15151300.970.910.41356.7193.5930.59
Hex975D0615B291655e1f
Octal22751501411335154513637
Binary100101111011101011000011011011101001101100101101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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