#84010A

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

Shades of Sangria #84010A

Tints of Sangria #84010A

Color information

#84010A (or 0x84010A) is unknown color: approx Sangria. HEX triplet: 84, 01 and 0A. RGB value is (132,1,10). Sum of RGB (Red+Green+Blue) = 132+1+10=143 (18% of max value = 765). Red value is 132 (51.95% from 255 or 92.31% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 132 - color contains mainly: red. Hex color #84010A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84010A is #7BFEF5. Grayscale: #292929. Windows color (decimal): -8126198 or 655748. OLE color: 655748.

HSL color Cylindrical-coordinate representation of color #84010A: hue angle of 355.88º 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 #84010A is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB132110-
CMYK00.990.920.48
HSL355.88º98.5%26.08%-
HSV(B)355.88º99.24%51.76%-
XYZ9.584.950.74-
YUV41.2110.4192.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 92.31%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 10 (4.30% from 255) = 6.99%
R=92.31%
G=0.70%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211000.990.920.48355.8898.526.08
Hex841A0635C30164621a
Octal20411201431346054414232
Binary1000010011010011000111011100110000101100100110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84010A; }

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

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

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

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

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

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

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

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