Html Css Color HEX #840710 Sangria

📋 copy color: '#840710'

red 132 ◦ green 7 ◦ blue 16

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

Shades of Sangria #840710

Tints of Sangria #840710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.52%

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

R = 85.16%
G = 4.52%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#840710 (or 0x840710) is known color: Sangria. HEX triplet: 84, 07 and 10. RGB value is (132,7,16). Sum of RGB (Red+Green+Blue) = 132+7+16=155 (20% of max value = 765). Red value is 132 (51.95% from 255 or 85.16% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 132 - color contains mainly: red. Hex color #840710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840710 is #7BF8EF. Grayscale: #2D2D2D. Windows color (decimal): -8124656 or 1050500. OLE color: 1050500.

HSL color Cylindrical-coordinate representation of color #840710: hue angle of 355.68º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840710 is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 7 16 -
CMYK 0 0.95 0.88 0.48
HSL 355.68º 0.9% 0.27% -
HSV(B) 355.68º 0.95% 0.52% -
XYZ 9.69 5.09 0.96 -
YUV 45.4 111.41 189.77 -
System Red Green Blue C M Y K H S L
Decimal 132 7 16 0 0.95 0.88 0.48 355.68 0.9 0.27
Hex 84 7 10 0 5F 58 30 164 5A 1B
Octal 204 7 20 0 137 130 60 544 132 33
Binary 10000100 111 10000 0 1011111 1011000 110000 101100100 1011010 11011

Color Harmonies of #840710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840710

Black with #840710

Text Example


Text Example

White with #840710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840710; }

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

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

background-color css

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

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

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

border-color css

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

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

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