Html Css Color HEX #84070E Sangria

📋 copy color: '#84070E'

red 132 ◦ green 7 ◦ blue 14

#84070E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #84070E

Tints of Sangria #84070E

RGB

 RED value IS 132 (51.95% from 255) = 86.27%

 GREEN value IS 7 (3.13% from 255) = 4.58%

 BLUE value IS 14 (5.86% from 255) = 9.15%

R = 86.27%
G = 4.58%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#84070E (or 0x84070E) is known color: Sangria. HEX triplet: 84, 07 and 0E. RGB value is (132,7,14). Sum of RGB (Red+Green+Blue) = 132+7+14=153 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.27% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 132 - color contains mainly: red. Hex color #84070E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84070E is #7BF8F1. Grayscale: #2D2D2D. Windows color (decimal): -8124658 or 919428. OLE color: 919428.

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

Color convert

RGB 132 7 14 -
CMYK 0 0.95 0.89 0.48
HSL 356.64º 0.9% 0.27% -
HSV(B) 356.64º 0.95% 0.52% -
XYZ 9.67 5.09 0.89 -
YUV 45.17 110.41 189.93 -
System Red Green Blue C M Y K H S L
Decimal 132 7 14 0 0.95 0.89 0.48 356.64 0.9 0.27
Hex 84 7 E 0 5F 59 30 165 5A 1B
Octal 204 7 16 0 137 131 60 545 132 33
Binary 10000100 111 1110 0 1011111 1011001 110000 101100101 1011010 11011

Color Harmonies of #84070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84070E

Black with #84070E

Text Example


Text Example

White with #84070E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84070E;
 }
 .AnyTagClassName
 {
   color: #84070E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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