#850002

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

Shades of Sangria #850002

Tints of Sangria #850002

Color information

#850002 (or 0x850002) is unknown color: approx Sangria. HEX triplet: 85, 00 and 02. RGB value is (133,0,2). Sum of RGB (Red+Green+Blue) = 133+0+2=135 (17% of max value = 765). Red value is 133 (52.34% from 255 or 98.52% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 133 - color contains mainly: red. Hex color #850002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850002 is #7AFFFD. Grayscale: #282828. Windows color (decimal): -8060926 or 131205. OLE color: 131205.

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

Color convert

RGB13302-
CMYK010.980.48
HSL359.1º100%26.08%-
HSV(B)359.1º100%52.16%-
XYZ9.684.990.51-
YUV39.99106.56194.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 98.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 1.48%
R=98.52%
G=0%
B=1.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13302010.980.48359.110026.08
Hex85020646230167641a
Octal2050201441426054714432
Binary10000101010011001001100010110000101100111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850002; }

 p { color: rgb(133,0,2); }

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

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

 a { background-color: rgb(133,0,2); }

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

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

 span { border-color: rgb(133,0,2); }

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