Html Css Color HEX #840135 Burgundy

📋 copy color: '#840135'

red 132 ◦ green 1 ◦ blue 53

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

Shades of Burgundy #840135

Tints of Burgundy #840135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 28.49%

R = 70.97%
G = 0.54%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#840135 (or 0x840135) is known color: Burgundy. HEX triplet: 84, 01 and 35. RGB value is (132,1,53). Sum of RGB (Red+Green+Blue) = 132+1+53=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #840135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840135 is #7BFECA. Grayscale: #2E2E2E. Windows color (decimal): -8126155 or 3473796. OLE color: 3473796.

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

Color convert

RGB 132 1 53 -
CMYK 0 0.99 0.60 0.48
HSL 336.18º 0.98% 0.26% -
HSV(B) 336.18º 0.99% 0.52% -
XYZ 10.17 5.18 3.83 -
YUV 46.1 131.9 189.27 -
System Red Green Blue C M Y K H S L
Decimal 132 1 53 0 0.99 0.60 0.48 336.18 0.98 0.26
Hex 84 1 35 0 63 3C 30 150 62 1A
Octal 204 1 65 0 143 74 60 520 142 32
Binary 10000100 1 110101 0 1100011 111100 110000 101010000 1100010 11010

Color Harmonies of #840135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840135

Black with #840135

Text Example


Text Example

White with #840135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840135; }

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

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

background-color css

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

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

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

border-color css

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

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

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