#850612

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

Shades of Sangria #850612

Tints of Sangria #850612

Color information

#850612 (or 0x850612) is unknown color: approx Sangria. HEX triplet: 85, 06 and 12. RGB value is (133,6,18). Sum of RGB (Red+Green+Blue) = 133+6+18=157 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.71% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 133 - color contains mainly: red. Hex color #850612 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850612 is #7AF9ED. Grayscale: #2D2D2D. Windows color (decimal): -8059374 or 1181317. OLE color: 1181317.

HSL color Cylindrical-coordinate representation of color #850612: hue angle of 354.33º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850612 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB133618-
CMYK00.950.860.48
HSL354.33º91.37%27.25%-
HSV(B)354.33º95.49%52.16%-
XYZ9.855.161.05-
YUV45.34112.58190.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 84.71%
GREEN value IS 6 (2.73% from 255) = 3.82%
BLUE value IS 18 (7.42% from 255) = 11.46%
R=84.71%
G=3.82%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13361800.950.860.48354.3391.3727.25
Hex8561205F56301625b1b
Octal20562201371266054213333
Binary1000010111010010010111111010110110000101100010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850612; }

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

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

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

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

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

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

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

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