Html Css Color HEX #84050E Sangria

📋 copy color: '#84050E'

red 132 ◦ green 5 ◦ blue 14

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

Shades of Sangria #84050E

Tints of Sangria #84050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.31%

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

R = 87.42%
G = 3.31%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#84050E (or 0x84050E) is known color: Sangria. HEX triplet: 84, 05 and 0E. RGB value is (132,5,14). Sum of RGB (Red+Green+Blue) = 132+5+14=151 (20% of max value = 765). Red value is 132 (51.95% from 255 or 87.42% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 14 (5.86% from 255 or 9.27% from 151); Max value from RGB is 132 - color contains mainly: red. Hex color #84050E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84050E is #7BFAF1. Grayscale: #2C2C2C. Windows color (decimal): -8125170 or 918916. OLE color: 918916.

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

Color convert

RGB 132 5 14 -
CMYK 0 0.96 0.89 0.48
HSL 355.75º 0.93% 0.27% -
HSV(B) 355.75º 0.96% 0.52% -
XYZ 9.65 5.05 0.88 -
YUV 44 111.08 190.77 -
System Red Green Blue C M Y K H S L
Decimal 132 5 14 0 0.96 0.89 0.48 355.75 0.93 0.27
Hex 84 5 E 0 60 59 30 164 5D 1B
Octal 204 5 16 0 140 131 60 544 135 33
Binary 10000100 101 1110 0 1100000 1011001 110000 101100100 1011101 11011

Color Harmonies of #84050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84050E

Black with #84050E

Text Example


Text Example

White with #84050E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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