#97040C

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

Shades of Sangria #97040C

Tints of Sangria #97040C

Color information

#97040C (or 0x97040C) is unknown color: approx Sangria. HEX triplet: 97, 04 and 0C. RGB value is (151,4,12). Sum of RGB (Red+Green+Blue) = 151+4+12=167 (22% of max value = 765). Red value is 151 (59.38% from 255 or 90.42% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 151 - color contains mainly: red. Hex color #97040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #97040C is #68FBF3. Grayscale: #303030. Windows color (decimal): -6880244 or 787607. OLE color: 787607.

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

Color convert

RGB151412-
CMYK00.970.920.41
HSL356.73º94.84%30.39%-
HSV(B)356.73º97.35%59.22%-
XYZ12.876.690.96-
YUV48.86107.2200.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 90.42%
GREEN value IS 4 (1.95% from 255) = 2.40%
BLUE value IS 12 (5.08% from 255) = 7.19%
R=90.42%
G=2.40%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15141200.970.920.41356.7394.8430.39
Hex974C0615C291655f1e
Octal22741401411345154513736
Binary100101111001100011000011011100101001101100101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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