#84010B

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

Shades of Sangria #84010B

Tints of Sangria #84010B

Color information

#84010B (or 0x84010B) is unknown color: approx Sangria. HEX triplet: 84, 01 and 0B. RGB value is (132,1,11). Sum of RGB (Red+Green+Blue) = 132+1+11=144 (19% of max value = 765). Red value is 132 (51.95% from 255 or 91.67% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 132 - color contains mainly: red. Hex color #84010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84010B is #7BFEF4. Grayscale: #292929. Windows color (decimal): -8126197 or 721284. OLE color: 721284.

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

Color convert

RGB132111-
CMYK00.990.920.48
HSL355.42º98.5%26.08%-
HSV(B)355.42º99.24%51.76%-
XYZ9.594.950.77-
YUV41.31110.9192.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 91.67%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 11 (4.69% from 255) = 7.64%
R=91.67%
G=0.69%
B=7.64%

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
Decimal13211100.990.920.48355.4298.526.08
Hex841B0635C30163621a
Octal20411301431346054314232
Binary1000010011011011000111011100110000101100011110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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