Html Css Color HEX #840001 Sangria

📋 copy color: '#840001'

red 132 ◦ green 0 ◦ blue 1

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

Shades of Sangria #840001

Tints of Sangria #840001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.75%

R = 99.25%
G = 0%
B = 0.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#840001 (or 0x840001) is known color: Sangria. HEX triplet: 84, 00 and 01. RGB value is (132,0,1). Sum of RGB (Red+Green+Blue) = 132+0+1=133 (17% of max value = 765). Red value is 132 (51.95% from 255 or 99.25% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 132 - color contains mainly: red. Hex color #840001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840001 is #7BFFFE. Grayscale: #272727. Windows color (decimal): -8126463 or 65668. OLE color: 65668.

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

Color convert

RGB 132 0 1 -
CMYK 0 1 0.99 0.48
HSL 359.55º 1% 0.26% -
HSV(B) 359.55º 1% 0.52% -
XYZ 9.52 4.91 0.47 -
YUV 39.58 106.23 193.92 -
System Red Green Blue C M Y K H S L
Decimal 132 0 1 0 1 0.99 0.48 359.55 1 0.26
Hex 84 0 1 0 64 63 30 168 64 1A
Octal 204 0 1 0 144 143 60 550 144 32
Binary 10000100 0 1 0 1100100 1100011 110000 101101000 1100100 11010

Color Harmonies of #840001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840001

Black with #840001

Text Example


Text Example

White with #840001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840001; }

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

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

background-color css

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

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

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

border-color css

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

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

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