Html Css Color HEX #840F11 Sangria

📋 copy color: '#840F11'

red 132 ◦ green 15 ◦ blue 17

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

Shades of Sangria #840F11

Tints of Sangria #840F11

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.15%

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

R = 80.49%
G = 9.15%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#840F11 (or 0x840F11) is known color: Sangria. HEX triplet: 84, 0F and 11. RGB value is (132,15,17). Sum of RGB (Red+Green+Blue) = 132+15+17=164 (21% of max value = 765). Red value is 132 (51.95% from 255 or 80.49% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 132 - color contains mainly: red. Hex color #840F11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840F11 is #7BF0EE. Grayscale: #323232. Windows color (decimal): -8122607 or 1118084. OLE color: 1118084.

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

Color convert

RGB 132 15 17 -
CMYK 0 0.89 0.87 0.48
HSL 358.97º 0.8% 0.29% -
HSV(B) 358.97º 0.89% 0.52% -
XYZ 9.79 5.29 1.04 -
YUV 50.21 109.26 186.34 -
System Red Green Blue C M Y K H S L
Decimal 132 15 17 0 0.89 0.87 0.48 358.97 0.8 0.29
Hex 84 F 11 0 59 57 30 167 50 1D
Octal 204 17 21 0 131 127 60 547 120 35
Binary 10000100 1111 10001 0 1011001 1010111 110000 101100111 1010000 11101

Color Harmonies of #840F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840F11

Black with #840F11

Text Example


Text Example

White with #840F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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