Html Css Color HEX #84050D Sangria

📋 copy color: '#84050D'

red 132 ◦ green 5 ◦ blue 13

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

Shades of Sangria #84050D

Tints of Sangria #84050D

RGB

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

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

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

R = 88%
G = 3.33%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#84050D (or 0x84050D) is known color: Sangria. HEX triplet: 84, 05 and 0D. RGB value is (132,5,13). Sum of RGB (Red+Green+Blue) = 132+5+13=150 (19% of max value = 765). Red value is 132 (51.95% from 255 or 88% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 132 - color contains mainly: red. Hex color #84050D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84050D is #7BFAF2. Grayscale: #2B2B2B. Windows color (decimal): -8125171 or 853380. OLE color: 853380.

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

Color convert

RGB 132 5 13 -
CMYK 0 0.96 0.90 0.48
HSL 356.22º 0.93% 0.27% -
HSV(B) 356.22º 0.96% 0.52% -
XYZ 9.64 5.04 0.85 -
YUV 43.89 110.58 190.85 -
System Red Green Blue C M Y K H S L
Decimal 132 5 13 0 0.96 0.90 0.48 356.22 0.93 0.27
Hex 84 5 D 0 60 5A 30 164 5D 1B
Octal 204 5 15 0 140 132 60 544 135 33
Binary 10000100 101 1101 0 1100000 1011010 110000 101100100 1011101 11011

Color Harmonies of #84050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84050D

Black with #84050D

Text Example


Text Example

White with #84050D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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