#950408

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

Shades of Sangria #950408

Tints of Sangria #950408

Color information

#950408 (or 0x950408) is unknown color: approx Sangria. HEX triplet: 95, 04 and 08. RGB value is (149,4,8). Sum of RGB (Red+Green+Blue) = 149+4+8=161 (21% of max value = 765). Red value is 149 (58.59% from 255 or 92.55% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 149 - color contains mainly: red. Hex color #950408 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950408 is #6AFBF7. Grayscale: #2F2F2F. Windows color (decimal): -7011320 or 525461. OLE color: 525461.

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

Color convert

RGB14948-
CMYK00.970.950.42
HSL358.34º94.77%30%-
HSV(B)358.34º97.32%58.43%-
XYZ12.486.490.83-
YUV47.81105.54200.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 92.55%
GREEN value IS 4 (1.95% from 255) = 2.48%
BLUE value IS 8 (3.52% from 255) = 4.97%
R=92.55%
G=2.48%
B=4.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494800.970.950.42358.3494.7730
Hex95480615F2A1665f1e
Octal22541001411375254613736
Binary100101011001000011000011011111101010101100110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950408; }

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

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

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

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

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

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

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

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