#84050B

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

Shades of Sangria #84050B

Tints of Sangria #84050B

Color information

#84050B (or 0x84050B) is unknown color: approx Sangria. HEX triplet: 84, 05 and 0B. RGB value is (132,5,11). Sum of RGB (Red+Green+Blue) = 132+5+11=148 (19% of max value = 765). Red value is 132 (51.95% from 255 or 89.19% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 132 - color contains mainly: red. Hex color #84050B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84050B is #7BFAF4. Grayscale: #2B2B2B. Windows color (decimal): -8125173 or 722308. OLE color: 722308.

HSL color Cylindrical-coordinate representation of color #84050B: hue angle of 357.17º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84050B is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB132511-
CMYK00.960.920.48
HSL357.17º92.7%26.86%-
HSV(B)357.17º96.21%51.76%-
XYZ9.635.040.78-
YUV43.66109.58191.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 89.19%
GREEN value IS 5 (2.34% from 255) = 3.38%
BLUE value IS 11 (4.69% from 255) = 7.43%
R=89.19%
G=3.38%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13251100.960.920.48357.1792.726.86
Hex845B0605C301655d1b
Octal20451301401346054513533
Binary100001001011011011000001011100110000101100101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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