Html Css Color HEX #840C10 Sangria

📋 copy color: '#840C10'

red 132 ◦ green 12 ◦ blue 16

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

Shades of Sangria #840C10

Tints of Sangria #840C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10%

R = 82.5%
G = 7.5%
B = 10%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#840C10 (or 0x840C10) is known color: Sangria. HEX triplet: 84, 0C and 10. RGB value is (132,12,16). Sum of RGB (Red+Green+Blue) = 132+12+16=160 (21% of max value = 765). Red value is 132 (51.95% from 255 or 82.5% from 160); Green value is 12 (5.08% from 255 or 7.5% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 132 - color contains mainly: red. Hex color #840C10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840C10 is #7BF3EF. Grayscale: #303030. Windows color (decimal): -8123376 or 1051780. OLE color: 1051780.

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

Color convert

RGB 132 12 16 -
CMYK 0 0.91 0.88 0.48
HSL 358º 0.83% 0.28% -
HSV(B) 358º 0.91% 0.52% -
XYZ 9.74 5.21 0.98 -
YUV 48.34 109.76 187.67 -
System Red Green Blue C M Y K H S L
Decimal 132 12 16 0 0.91 0.88 0.48 358 0.83 0.28
Hex 84 C 10 0 5B 58 30 166 53 1C
Octal 204 14 20 0 133 130 60 546 123 34
Binary 10000100 1100 10000 0 1011011 1011000 110000 101100110 1010011 11100

Color Harmonies of #840C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840C10

Black with #840C10

Text Example


Text Example

White with #840C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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