#970405

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

Shades of Sangria #970405

Tints of Sangria #970405

Color information

#970405 (or 0x970405) is unknown color: approx Sangria. HEX triplet: 97, 04 and 05. RGB value is (151,4,5). Sum of RGB (Red+Green+Blue) = 151+4+5=160 (21% of max value = 765). Red value is 151 (59.38% from 255 or 94.38% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 151 - color contains mainly: red. Hex color #970405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970405 is #68FBFA. Grayscale: #303030. Windows color (decimal): -6880251 or 328855. OLE color: 328855.

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

Color convert

RGB15145-
CMYK00.970.970.41
HSL359.59º94.84%30.39%-
HSV(B)359.59º97.35%59.22%-
XYZ12.836.680.76-
YUV48.07103.7201.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 94.38%
GREEN value IS 4 (1.95% from 255) = 2.5%
BLUE value IS 5 (2.34% from 255) = 3.12%
R=94.38%
G=2.5%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1514500.970.970.41359.5994.8430.39
Hex974506161291685f1e
Octal2274501411415155013736
Binary10010111100101011000011100001101001101101000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970405; }

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

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

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

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

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

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

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

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