Html Css Color HEX #840A0E Sangria

📋 copy color: '#840A0E'

red 132 ◦ green 10 ◦ blue 14

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

Shades of Sangria #840A0E

Tints of Sangria #840A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.97%

R = 84.62%
G = 6.41%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#840A0E (or 0x840A0E) is known color: Sangria. HEX triplet: 84, 0A and 0E. RGB value is (132,10,14). Sum of RGB (Red+Green+Blue) = 132+10+14=156 (20% of max value = 765). Red value is 132 (51.95% from 255 or 84.62% from 156); Green value is 10 (4.30% from 255 or 6.41% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 132 - color contains mainly: red. Hex color #840A0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840A0E is #7BF5F1. Grayscale: #2F2F2F. Windows color (decimal): -8123890 or 920196. OLE color: 920196.

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

Color convert

RGB 132 10 14 -
CMYK 0 0.92 0.89 0.48
HSL 358.03º 0.86% 0.28% -
HSV(B) 358.03º 0.92% 0.52% -
XYZ 9.7 5.15 0.9 -
YUV 46.93 109.42 188.67 -
System Red Green Blue C M Y K H S L
Decimal 132 10 14 0 0.92 0.89 0.48 358.03 0.86 0.28
Hex 84 A E 0 5C 59 30 166 56 1C
Octal 204 12 16 0 134 131 60 546 126 34
Binary 10000100 1010 1110 0 1011100 1011001 110000 101100110 1010110 11100

Color Harmonies of #840A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840A0E

Black with #840A0E

Text Example


Text Example

White with #840A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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