#850306

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

Shades of Sangria #850306

Tints of Sangria #850306

Color information

#850306 (or 0x850306) is unknown color: approx Sangria. HEX triplet: 85, 03 and 06. RGB value is (133,3,6). Sum of RGB (Red+Green+Blue) = 133+3+6=142 (18% of max value = 765). Red value is 133 (52.34% from 255 or 93.66% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 6 (2.73% from 255 or 4.23% from 142); Max value from RGB is 133 - color contains mainly: red. Hex color #850306 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850306 is #7AFCF9. Grayscale: #2A2A2A. Windows color (decimal): -8060154 or 394117. OLE color: 394117.

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

Color convert

RGB13336-
CMYK00.980.950.48
HSL358.62º95.59%26.67%-
HSV(B)358.62º97.74%52.16%-
XYZ9.745.060.64-
YUV42.21107.57192.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 93.66%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 6 (2.73% from 255) = 4.23%
R=93.66%
G=2.11%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333600.980.950.48358.6295.5926.67
Hex85360625F30167601b
Octal2053601421376054714033
Binary1000010111110011000101011111110000101100111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850306; }

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

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

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

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

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

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

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

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