Html Css Color HEX #84080D Sangria

📋 copy color: '#84080D'

red 132 ◦ green 8 ◦ blue 13

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

Shades of Sangria #84080D

Tints of Sangria #84080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.5%

R = 86.27%
G = 5.23%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#84080D (or 0x84080D) is known color: Sangria. HEX triplet: 84, 08 and 0D. RGB value is (132,8,13). Sum of RGB (Red+Green+Blue) = 132+8+13=153 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.27% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 132 - color contains mainly: red. Hex color #84080D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84080D is #7BF7F2. Grayscale: #2D2D2D. Windows color (decimal): -8124403 or 854148. OLE color: 854148.

HSL color Cylindrical-coordinate representation of color #84080D: hue angle of 357.58º 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 #84080D is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 8 13 -
CMYK 0 0.94 0.90 0.48
HSL 357.58º 0.89% 0.27% -
HSV(B) 357.58º 0.94% 0.52% -
XYZ 9.68 5.11 0.86 -
YUV 45.65 109.58 189.59 -
System Red Green Blue C M Y K H S L
Decimal 132 8 13 0 0.94 0.90 0.48 357.58 0.89 0.27
Hex 84 8 D 0 5E 5A 30 166 59 1B
Octal 204 10 15 0 136 132 60 546 131 33
Binary 10000100 1000 1101 0 1011110 1011010 110000 101100110 1011001 11011

Color Harmonies of #84080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84080D

Black with #84080D

Text Example


Text Example

White with #84080D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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