#840102

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

Shades of Sangria #840102

Tints of Sangria #840102

Color information

#840102 (or 0x840102) is unknown color: approx Sangria. HEX triplet: 84, 01 and 02. RGB value is (132,1,2). Sum of RGB (Red+Green+Blue) = 132+1+2=135 (17% of max value = 765). Red value is 132 (51.95% from 255 or 97.78% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 132 - color contains mainly: red. Hex color #840102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840102 is #7BFEFD. Grayscale: #282828. Windows color (decimal): -8126206 or 131460. OLE color: 131460.

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

Color convert

RGB13212-
CMYK00.990.980.48
HSL359.54º98.5%26.08%-
HSV(B)359.54º99.24%51.76%-
XYZ9.544.930.51-
YUV40.28106.4193.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 97.78%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 2 (1.17% from 255) = 1.48%
R=97.78%
G=0.74%
B=1.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321200.990.980.48359.5498.526.08
Hex84120636230168621a
Octal2041201431426055014232
Binary10000100110011000111100010110000101101000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840102; }

 p { color: rgb(132,1,2); }

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

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

 a { background-color: rgb(132,1,2); }

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

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

 span { border-color: rgb(132,1,2); }

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