#970006

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

Shades of Sangria #970006

Tints of Sangria #970006

Color information

#970006 (or 0x970006) is unknown color: approx Sangria. HEX triplet: 97, 00 and 06. RGB value is (151,0,6). Sum of RGB (Red+Green+Blue) = 151+0+6=157 (20% of max value = 765). Red value is 151 (59.38% from 255 or 96.18% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 151 - color contains mainly: red. Hex color #970006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970006 is #68FFF9. Grayscale: #2D2D2D. Windows color (decimal): -6881274 or 393367. OLE color: 393367.

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

Color convert

RGB15106-
CMYK010.960.41
HSL357.62º100%29.61%-
HSV(B)357.62º100%59.22%-
XYZ12.86.590.77-
YUV45.83105.53203.01-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 96.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 3.82%
R=96.18%
G=0%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15106010.960.41357.6210029.61
Hex97060646029166641e
Octal2270601441405154614436
Binary100101110110011001001100000101001101100110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970006; }

 p { color: rgb(151,0,6); }

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

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

 a { background-color: rgb(151,0,6); }

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

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

 span { border-color: rgb(151,0,6); }

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