Html Css Color HEX #840B0E Sangria

📋 copy color: '#840B0E'

red 132 ◦ green 11 ◦ blue 14

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

Shades of Sangria #840B0E

Tints of Sangria #840B0E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.01%

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

R = 84.08%
G = 7.01%
B = 8.92%

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

#840B0E (or 0x840B0E) is known color: Sangria. HEX triplet: 84, 0B and 0E. RGB value is (132,11,14). Sum of RGB (Red+Green+Blue) = 132+11+14=157 (20% of max value = 765). Red value is 132 (51.95% from 255 or 84.08% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 132 - color contains mainly: red. Hex color #840B0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840B0E is #7BF4F1. Grayscale: #2F2F2F. Windows color (decimal): -8123634 or 920452. OLE color: 920452.

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

Color convert

RGB 132 11 14 -
CMYK 0 0.92 0.89 0.48
HSL 358.51º 0.85% 0.28% -
HSV(B) 358.51º 0.92% 0.52% -
XYZ 9.71 5.18 0.9 -
YUV 47.52 109.09 188.26 -
System Red Green Blue C M Y K H S L
Decimal 132 11 14 0 0.92 0.89 0.48 358.51 0.85 0.28
Hex 84 B E 0 5C 59 30 167 55 1C
Octal 204 13 16 0 134 131 60 547 125 34
Binary 10000100 1011 1110 0 1011100 1011001 110000 101100111 1010101 11100

Color Harmonies of #840B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840B0E

Black with #840B0E

Text Example


Text Example

White with #840B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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