#950206

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

Shades of Sangria #950206

Tints of Sangria #950206

Color information

#950206 (or 0x950206) is unknown color: approx Sangria. HEX triplet: 95, 02 and 06. RGB value is (149,2,6). Sum of RGB (Red+Green+Blue) = 149+2+6=157 (20% of max value = 765). Red value is 149 (58.59% from 255 or 94.90% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 149 - color contains mainly: red. Hex color #950206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950206 is #6AFDF9. Grayscale: #2E2E2E. Windows color (decimal): -7011834 or 393877. OLE color: 393877.

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

Color convert

RGB14926-
CMYK00.990.960.42
HSL358.37º97.35%29.61%-
HSV(B)358.37º98.66%58.43%-
XYZ12.456.450.76-
YUV46.41105.2201.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 94.90%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 6 (2.73% from 255) = 3.82%
R=94.90%
G=1.27%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492600.990.960.42358.3797.3529.61
Hex9526063602A166611e
Octal2252601431405254614136
Binary1001010110110011000111100000101010101100110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950206; }

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

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

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

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

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

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

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

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