Html Css Color HEX #840109 Sangria

📋 copy color: '#840109'

red 132 ◦ green 1 ◦ blue 9

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

Shades of Sangria #840109

Tints of Sangria #840109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.7%

 BLUE value IS 9 (3.91% from 255) = 6.34%

R = 92.96%
G = 0.7%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#840109 (or 0x840109) is known color: Sangria. HEX triplet: 84, 01 and 09. RGB value is (132,1,9). Sum of RGB (Red+Green+Blue) = 132+1+9=142 (18% of max value = 765). Red value is 132 (51.95% from 255 or 92.96% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 132 - color contains mainly: red. Hex color #840109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840109 is #7BFEF6. Grayscale: #292929. Windows color (decimal): -8126199 or 590212. OLE color: 590212.

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

Color convert

RGB 132 1 9 -
CMYK 0 0.99 0.93 0.48
HSL 356.34º 0.98% 0.26% -
HSV(B) 356.34º 0.99% 0.52% -
XYZ 9.58 4.95 0.71 -
YUV 41.08 109.9 192.85 -
System Red Green Blue C M Y K H S L
Decimal 132 1 9 0 0.99 0.93 0.48 356.34 0.98 0.26
Hex 84 1 9 0 63 5D 30 164 62 1A
Octal 204 1 11 0 143 135 60 544 142 32
Binary 10000100 1 1001 0 1100011 1011101 110000 101100100 1100010 11010

Color Harmonies of #840109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840109

Black with #840109

Text Example


Text Example

White with #840109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840109; }

 p { color: rgb(132,1,9); }

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

background-color css

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

 a { background-color: rgb(132,1,9); }

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

border-color css

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

 span { border-color: rgb(132,1,9); }

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