Html Css Color HEX #840A11 Sangria

📋 copy color: '#840A11'

red 132 ◦ green 10 ◦ blue 17

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

Shades of Sangria #840A11

Tints of Sangria #840A11

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.29%

 BLUE value IS 17 (7.03% from 255) = 10.69%

R = 83.02%
G = 6.29%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#840A11 (or 0x840A11) is known color: Sangria. HEX triplet: 84, 0A and 11. RGB value is (132,10,17). Sum of RGB (Red+Green+Blue) = 132+10+17=159 (21% of max value = 765). Red value is 132 (51.95% from 255 or 83.02% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 132 - color contains mainly: red. Hex color #840A11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840A11 is #7BF5EE. Grayscale: #2F2F2F. Windows color (decimal): -8123887 or 1116804. OLE color: 1116804.

HSL color Cylindrical-coordinate representation of color #840A11: hue angle of 356.56º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840A11 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 10 17 -
CMYK 0 0.92 0.87 0.48
HSL 356.56º 0.86% 0.28% -
HSV(B) 356.56º 0.92% 0.52% -
XYZ 9.73 5.16 1.01 -
YUV 47.28 110.92 188.43 -
System Red Green Blue C M Y K H S L
Decimal 132 10 17 0 0.92 0.87 0.48 356.56 0.86 0.28
Hex 84 A 11 0 5C 57 30 165 56 1C
Octal 204 12 21 0 134 127 60 545 126 34
Binary 10000100 1010 10001 0 1011100 1010111 110000 101100101 1010110 11100

Color Harmonies of #840A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840A11

Black with #840A11

Text Example


Text Example

White with #840A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840A11; }

 p { color: rgb(132,10,17); }

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

background-color css

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

 a { background-color: rgb(132,10,17); }

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

border-color css

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

 span { border-color: rgb(132,10,17); }

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