#840002

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

Shades of Sangria #840002

Tints of Sangria #840002

Color information

#840002 (or 0x840002) is unknown color: approx Sangria. HEX triplet: 84, 00 and 02. RGB value is (132,0,2). Sum of RGB (Red+Green+Blue) = 132+0+2=134 (17% of max value = 765). Red value is 132 (51.95% from 255 or 98.51% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 132 - color contains mainly: red. Hex color #840002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840002 is #7BFFFD. Grayscale: #272727. Windows color (decimal): -8126462 or 131204. OLE color: 131204.

HSL color Cylindrical-coordinate representation of color #840002: hue angle of 359.09º 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 #840002 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB13202-
CMYK010.980.48
HSL359.09º100%25.88%-
HSV(B)359.09º100%51.76%-
XYZ9.534.910.5-
YUV39.7106.73193.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 98.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 1.49%
R=98.51%
G=0%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13202010.980.48359.0910025.88
Hex84020646230167641a
Octal2040201441426054714432
Binary10000100010011001001100010110000101100111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840002; }

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

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

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

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

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

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

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

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