Html Css Color HEX #840A13 Sangria

📋 copy color: '#840A13'

red 132 ◦ green 10 ◦ blue 19

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

Shades of Sangria #840A13

Tints of Sangria #840A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.8%

R = 81.99%
G = 6.21%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#840A13 (or 0x840A13) is known color: Sangria. HEX triplet: 84, 0A and 13. RGB value is (132,10,19). Sum of RGB (Red+Green+Blue) = 132+10+19=161 (21% of max value = 765). Red value is 132 (51.95% from 255 or 81.99% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 132 - color contains mainly: red. Hex color #840A13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840A13 is #7BF5EC. Grayscale: #2F2F2F. Windows color (decimal): -8123885 or 1247876. OLE color: 1247876.

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

Color convert

RGB 132 10 19 -
CMYK 0 0.92 0.86 0.48
HSL 355.57º 0.86% 0.28% -
HSV(B) 355.57º 0.92% 0.52% -
XYZ 9.74 5.17 1.1 -
YUV 47.5 111.92 188.27 -
System Red Green Blue C M Y K H S L
Decimal 132 10 19 0 0.92 0.86 0.48 355.57 0.86 0.28
Hex 84 A 13 0 5C 56 30 164 56 1C
Octal 204 12 23 0 134 126 60 544 126 34
Binary 10000100 1010 10011 0 1011100 1010110 110000 101100100 1010110 11100

Color Harmonies of #840A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840A13

Black with #840A13

Text Example


Text Example

White with #840A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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