Html Css Color HEX #840010 Sangria

📋 copy color: '#840010'

red 132 ◦ green 0 ◦ blue 16

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

Shades of Sangria #840010

Tints of Sangria #840010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 89.19%
G = 0%
B = 10.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#840010 (or 0x840010) is known color: Sangria. HEX triplet: 84, 00 and 10. RGB value is (132,0,16). Sum of RGB (Red+Green+Blue) = 132+0+16=148 (19% of max value = 765). Red value is 132 (51.95% from 255 or 89.19% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 132 - color contains mainly: red. Hex color #840010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840010 is #7BFFEF. Grayscale: #292929. Windows color (decimal): -8126448 or 1048708. OLE color: 1048708.

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

Color convert

RGB 132 0 16 -
CMYK 0 1 0.88 0.48
HSL 352.73º 1% 0.26% -
HSV(B) 352.73º 1% 0.52% -
XYZ 9.61 4.94 0.94 -
YUV 41.29 113.73 192.7 -
System Red Green Blue C M Y K H S L
Decimal 132 0 16 0 1 0.88 0.48 352.73 1 0.26
Hex 84 0 10 0 64 58 30 161 64 1A
Octal 204 0 20 0 144 130 60 541 144 32
Binary 10000100 0 10000 0 1100100 1011000 110000 101100001 1100100 11010

Color Harmonies of #840010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840010

Black with #840010

Text Example


Text Example

White with #840010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840010; }

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

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

background-color css

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

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

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

border-color css

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

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

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