#950205

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

Shades of Sangria #950205

Tints of Sangria #950205

Color information

#950205 (or 0x950205) is unknown color: approx Sangria. HEX triplet: 95, 02 and 05. RGB value is (149,2,5). Sum of RGB (Red+Green+Blue) = 149+2+5=156 (20% of max value = 765). Red value is 149 (58.59% from 255 or 95.51% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 149 - color contains mainly: red. Hex color #950205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950205 is #6AFDFA. Grayscale: #2E2E2E. Windows color (decimal): -7011835 or 328341. OLE color: 328341.

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

Color convert

RGB14925-
CMYK00.990.970.42
HSL358.78º97.35%29.61%-
HSV(B)358.78º98.66%58.43%-
XYZ12.446.440.73-
YUV46.29104.7201.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 95.51%
GREEN value IS 2 (1.17% from 255) = 1.28%
BLUE value IS 5 (2.34% from 255) = 3.21%
R=95.51%
G=1.28%
B=3.21%

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
Decimal1492500.990.970.42358.7897.3529.61
Hex9525063612A167611e
Octal2252501431415254714136
Binary1001010110101011000111100001101010101100111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950205; }

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

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

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

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

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

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

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

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