Html Css Color HEX #840102 Sangria

📋 copy color: '#840102'

red 132 ◦ green 1 ◦ blue 2

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

Shades of Sangria #840102

Tints of Sangria #840102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.48%

R = 97.78%
G = 0.74%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#840102 (or 0x840102) is known color: Sangria. HEX triplet: 84, 01 and 02. RGB value is (132,1,2). Sum of RGB (Red+Green+Blue) = 132+1+2=135 (17% of max value = 765). Red value is 132 (51.95% from 255 or 97.78% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 132 - color contains mainly: red. Hex color #840102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840102 is #7BFEFD. Grayscale: #282828. Windows color (decimal): -8126206 or 131460. OLE color: 131460.

HSL color Cylindrical-coordinate representation of color #840102: hue angle of 359.54º 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 #840102 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 1 2 -
CMYK 0 0.99 0.98 0.48
HSL 359.54º 0.98% 0.26% -
HSV(B) 359.54º 0.99% 0.52% -
XYZ 9.54 4.93 0.51 -
YUV 40.28 106.4 193.42 -
System Red Green Blue C M Y K H S L
Decimal 132 1 2 0 0.99 0.98 0.48 359.54 0.98 0.26
Hex 84 1 2 0 63 62 30 168 62 1A
Octal 204 1 2 0 143 142 60 550 142 32
Binary 10000100 1 10 0 1100011 1100010 110000 101101000 1100010 11010

Color Harmonies of #840102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840102

Black with #840102

Text Example


Text Example

White with #840102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840102; }

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

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

background-color css

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

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

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

border-color css

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

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

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