#950612

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

Shades of Sangria #950612

Tints of Sangria #950612

Color information

#950612 (or 0x950612) is unknown color: approx Sangria. HEX triplet: 95, 06 and 12. RGB value is (149,6,18). Sum of RGB (Red+Green+Blue) = 149+6+18=173 (22% of max value = 765). Red value is 149 (58.59% from 255 or 86.13% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 149 - color contains mainly: red. Hex color #950612 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950612 is #6AF9ED. Grayscale: #323232. Windows color (decimal): -7010798 or 1181333. OLE color: 1181333.

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

Color convert

RGB149618-
CMYK00.960.880.42
HSL354.97º92.26%30.39%-
HSV(B)354.97º95.97%58.43%-
XYZ12.576.561.18-
YUV50.12109.88198.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 86.13%
GREEN value IS 6 (2.73% from 255) = 3.47%
BLUE value IS 18 (7.42% from 255) = 10.40%
R=86.13%
G=3.47%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14961800.960.880.42354.9792.2630.39
Hex95612060582A1635c1e
Octal22562201401305254313436
Binary1001010111010010011000001011000101010101100011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950612; }

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

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

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

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

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

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

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

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