Html Css Color HEX #84080F Sangria

📋 copy color: '#84080F'

red 132 ◦ green 8 ◦ blue 15

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

Shades of Sangria #84080F

Tints of Sangria #84080F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.16%

 BLUE value IS 15 (6.25% from 255) = 9.68%

R = 85.16%
G = 5.16%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#84080F (or 0x84080F) is known color: Sangria. HEX triplet: 84, 08 and 0F. RGB value is (132,8,15). Sum of RGB (Red+Green+Blue) = 132+8+15=155 (20% of max value = 765). Red value is 132 (51.95% from 255 or 85.16% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 132 - color contains mainly: red. Hex color #84080F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84080F is #7BF7F0. Grayscale: #2D2D2D. Windows color (decimal): -8124401 or 985220. OLE color: 985220.

HSL color Cylindrical-coordinate representation of color #84080F: hue angle of 356.61º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84080F is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 8 15 -
CMYK 0 0.94 0.89 0.48
HSL 356.61º 0.89% 0.27% -
HSV(B) 356.61º 0.94% 0.52% -
XYZ 9.69 5.11 0.93 -
YUV 45.87 110.58 189.43 -
System Red Green Blue C M Y K H S L
Decimal 132 8 15 0 0.94 0.89 0.48 356.61 0.89 0.27
Hex 84 8 F 0 5E 59 30 165 59 1B
Octal 204 10 17 0 136 131 60 545 131 33
Binary 10000100 1000 1111 0 1011110 1011001 110000 101100101 1011001 11011

Color Harmonies of #84080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84080F

Black with #84080F

Text Example


Text Example

White with #84080F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84080F;
 }
 .AnyTagClassName
 {
   color: #84080F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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