Html Css Color HEX #840130 Burgundy

📋 copy color: '#840130'

red 132 ◦ green 1 ◦ blue 48

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

Shades of Burgundy #840130

Tints of Burgundy #840130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 26.52%

R = 72.93%
G = 0.55%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#840130 (or 0x840130) is known color: Burgundy. HEX triplet: 84, 01 and 30. RGB value is (132,1,48). Sum of RGB (Red+Green+Blue) = 132+1+48=181 (23% of max value = 765). Red value is 132 (51.95% from 255 or 72.93% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 132 - color contains mainly: red. Hex color #840130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840130 is #7BFECF. Grayscale: #2D2D2D. Windows color (decimal): -8126160 or 3146116. OLE color: 3146116.

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

Color convert

RGB 132 1 48 -
CMYK 0 0.99 0.64 0.48
HSL 338.47º 0.98% 0.26% -
HSV(B) 338.47º 0.99% 0.52% -
XYZ 10.06 5.14 3.26 -
YUV 45.53 129.4 189.68 -
System Red Green Blue C M Y K H S L
Decimal 132 1 48 0 0.99 0.64 0.48 338.47 0.98 0.26
Hex 84 1 30 0 63 40 30 152 62 1A
Octal 204 1 60 0 143 100 60 522 142 32
Binary 10000100 1 110000 0 1100011 1000000 110000 101010010 1100010 11010

Color Harmonies of #840130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840130

Black with #840130

Text Example


Text Example

White with #840130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840130; }

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

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

background-color css

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

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

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

border-color css

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

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

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