Html Css Color HEX #84040F Sangria

📋 copy color: '#84040F'

red 132 ◦ green 4 ◦ blue 15

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

Shades of Sangria #84040F

Tints of Sangria #84040F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.65%

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

R = 87.42%
G = 2.65%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#84040F (or 0x84040F) is known color: Sangria. HEX triplet: 84, 04 and 0F. RGB value is (132,4,15). Sum of RGB (Red+Green+Blue) = 132+4+15=151 (20% of max value = 765). Red value is 132 (51.95% from 255 or 87.42% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 132 - color contains mainly: red. Hex color #84040F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84040F is #7BFBF0. Grayscale: #2B2B2B. Windows color (decimal): -8125425 or 984196. OLE color: 984196.

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

Color convert

RGB 132 4 15 -
CMYK 0 0.97 0.89 0.48
HSL 354.84º 0.94% 0.27% -
HSV(B) 354.84º 0.97% 0.52% -
XYZ 9.65 5.03 0.91 -
YUV 43.53 111.91 191.11 -
System Red Green Blue C M Y K H S L
Decimal 132 4 15 0 0.97 0.89 0.48 354.84 0.94 0.27
Hex 84 4 F 0 61 59 30 163 5E 1B
Octal 204 4 17 0 141 131 60 543 136 33
Binary 10000100 100 1111 0 1100001 1011001 110000 101100011 1011110 11011

Color Harmonies of #84040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84040F

Black with #84040F

Text Example


Text Example

White with #84040F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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