Html Css Color HEX #840512 Sangria

📋 copy color: '#840512'

red 132 ◦ green 5 ◦ blue 18

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

Shades of Sangria #840512

Tints of Sangria #840512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.61%

R = 85.16%
G = 3.23%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#840512 (or 0x840512) is known color: Sangria. HEX triplet: 84, 05 and 12. RGB value is (132,5,18). Sum of RGB (Red+Green+Blue) = 132+5+18=155 (20% of max value = 765). Red value is 132 (51.95% from 255 or 85.16% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 132 - color contains mainly: red. Hex color #840512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840512 is #7BFAED. Grayscale: #2C2C2C. Windows color (decimal): -8125166 or 1181060. OLE color: 1181060.

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

Color convert

RGB 132 5 18 -
CMYK 0 0.96 0.86 0.48
HSL 353.86º 0.93% 0.27% -
HSV(B) 353.86º 0.96% 0.52% -
XYZ 9.68 5.06 1.04 -
YUV 44.46 113.08 190.44 -
System Red Green Blue C M Y K H S L
Decimal 132 5 18 0 0.96 0.86 0.48 353.86 0.93 0.27
Hex 84 5 12 0 60 56 30 162 5D 1B
Octal 204 5 22 0 140 126 60 542 135 33
Binary 10000100 101 10010 0 1100000 1010110 110000 101100010 1011101 11011

Color Harmonies of #840512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840512

Black with #840512

Text Example


Text Example

White with #840512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840512; }

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

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

background-color css

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

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

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

border-color css

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

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

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