#950204

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

Shades of Sangria #950204

Tints of Sangria #950204

Color information

#950204 (or 0x950204) is unknown color: approx Sangria. HEX triplet: 95, 02 and 04. RGB value is (149,2,4). Sum of RGB (Red+Green+Blue) = 149+2+4=155 (20% of max value = 765). Red value is 149 (58.59% from 255 or 96.13% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 149 - color contains mainly: red. Hex color #950204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950204 is #6AFDFB. Grayscale: #2E2E2E. Windows color (decimal): -7011836 or 262805. OLE color: 262805.

HSL color Cylindrical-coordinate representation of color #950204: hue angle of 359.18º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950204 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB14924-
CMYK00.990.970.42
HSL359.18º97.35%29.61%-
HSV(B)359.18º98.66%58.43%-
XYZ12.446.440.7-
YUV46.18104.2201.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 96.13%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 4 (1.95% from 255) = 2.58%
R=96.13%
G=1.29%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492400.990.970.42359.1897.3529.61
Hex9524063612A167611e
Octal2252401431415254714136
Binary1001010110100011000111100001101010101100111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950204; }

 p { color: rgb(149,2,4); }

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

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

 a { background-color: rgb(149,2,4); }

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

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

 span { border-color: rgb(149,2,4); }

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