#84070D

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

Shades of Sangria #84070D

Tints of Sangria #84070D

Color information

#84070D (or 0x84070D) is unknown color: approx Sangria. HEX triplet: 84, 07 and 0D. RGB value is (132,7,13). Sum of RGB (Red+Green+Blue) = 132+7+13=152 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.84% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 132 - color contains mainly: red. Hex color #84070D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84070D is #7BF8F2. Grayscale: #2D2D2D. Windows color (decimal): -8124659 or 853892. OLE color: 853892.

HSL color Cylindrical-coordinate representation of color #84070D: hue angle of 357.12º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84070D is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB132713-
CMYK00.950.900.48
HSL357.12º89.93%27.25%-
HSV(B)357.12º94.7%51.76%-
XYZ9.665.090.85-
YUV45.06109.91190.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 86.84%
GREEN value IS 7 (3.12% from 255) = 4.61%
BLUE value IS 13 (5.47% from 255) = 8.55%
R=86.84%
G=4.61%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13271300.950.900.48357.1289.9327.25
Hex847D05F5A301655a1b
Octal20471501371326054513233
Binary100001001111101010111111011010110000101100101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84070D; }

 p { color: rgb(132,7,13); }

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

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

 a { background-color: rgb(132,7,13); }

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

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

 span { border-color: rgb(132,7,13); }

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