Html Css Color HEX #840C11 Sangria

📋 copy color: '#840C11'

red 132 ◦ green 12 ◦ blue 17

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

Shades of Sangria #840C11

Tints of Sangria #840C11

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.45%

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

R = 81.99%
G = 7.45%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#840C11 (or 0x840C11) is known color: Sangria. HEX triplet: 84, 0C and 11. RGB value is (132,12,17). Sum of RGB (Red+Green+Blue) = 132+12+17=161 (21% of max value = 765). Red value is 132 (51.95% from 255 or 81.99% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 132 - color contains mainly: red. Hex color #840C11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840C11 is #7BF3EE. Grayscale: #303030. Windows color (decimal): -8123375 or 1117316. OLE color: 1117316.

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

Color convert

RGB 132 12 17 -
CMYK 0 0.91 0.87 0.48
HSL 357.5º 0.83% 0.28% -
HSV(B) 357.5º 0.91% 0.52% -
XYZ 9.75 5.21 1.02 -
YUV 48.45 110.26 187.59 -
System Red Green Blue C M Y K H S L
Decimal 132 12 17 0 0.91 0.87 0.48 357.5 0.83 0.28
Hex 84 C 11 0 5B 57 30 166 53 1C
Octal 204 14 21 0 133 127 60 546 123 34
Binary 10000100 1100 10001 0 1011011 1010111 110000 101100110 1010011 11100

Color Harmonies of #840C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840C11

Black with #840C11

Text Example


Text Example

White with #840C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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