Html Css Color HEX #840002 Sangria

📋 copy color: '#840002'

red 132 ◦ green 0 ◦ blue 2

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

Shades of Sangria #840002

Tints of Sangria #840002

RGB

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

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

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

R = 98.51%
G = 0%
B = 1.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#840002 (or 0x840002) is known color: Sangria. HEX triplet: 84, 00 and 02. RGB value is (132,0,2). Sum of RGB (Red+Green+Blue) = 132+0+2=134 (17% of max value = 765). Red value is 132 (51.95% from 255 or 98.51% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 132 - color contains mainly: red. Hex color #840002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840002 is #7BFFFD. Grayscale: #272727. Windows color (decimal): -8126462 or 131204. OLE color: 131204.

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

Color convert

RGB 132 0 2 -
CMYK 0 1 0.98 0.48
HSL 359.09º 1% 0.26% -
HSV(B) 359.09º 1% 0.52% -
XYZ 9.53 4.91 0.5 -
YUV 39.7 106.73 193.84 -
System Red Green Blue C M Y K H S L
Decimal 132 0 2 0 1 0.98 0.48 359.09 1 0.26
Hex 84 0 2 0 64 62 30 167 64 1A
Octal 204 0 2 0 144 142 60 547 144 32
Binary 10000100 0 10 0 1100100 1100010 110000 101100111 1100100 11010

Color Harmonies of #840002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840002

Black with #840002

Text Example


Text Example

White with #840002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840002; }

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

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

background-color css

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

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

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

border-color css

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

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

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