#84050F

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

Shades of Sangria #84050F

Tints of Sangria #84050F

Color information

#84050F (or 0x84050F) is unknown color: approx Sangria. HEX triplet: 84, 05 and 0F. RGB value is (132,5,15). Sum of RGB (Red+Green+Blue) = 132+5+15=152 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.84% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 132 - color contains mainly: red. Hex color #84050F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84050F is #7BFAF0. Grayscale: #2C2C2C. Windows color (decimal): -8125169 or 984452. OLE color: 984452.

HSL color Cylindrical-coordinate representation of color #84050F: hue angle of 355.28º 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 #84050F is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB132515-
CMYK00.960.890.48
HSL355.28º92.7%26.86%-
HSV(B)355.28º96.21%51.76%-
XYZ9.665.050.92-
YUV44.11111.58190.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 86.84%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 15 (6.25% from 255) = 9.87%
R=86.84%
G=3.29%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13251500.960.890.48355.2892.726.86
Hex845F06059301635d1b
Octal20451701401316054313533
Binary100001001011111011000001011001110000101100011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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