Html Css Color HEX #84002B Burgundy

📋 copy color: '#84002B'

red 132 ◦ green 0 ◦ blue 43

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

Shades of Burgundy #84002B

Tints of Burgundy #84002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.57%

R = 75.43%
G = 0%
B = 24.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#84002B (or 0x84002B) is known color: Burgundy. HEX triplet: 84, 00 and 2B. RGB value is (132,0,43). Sum of RGB (Red+Green+Blue) = 132+0+43=175 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.43% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 132 - color contains mainly: red. Hex color #84002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84002B is #7BFFD4. Grayscale: #2C2C2C. Windows color (decimal): -8126421 or 2818180. OLE color: 2818180.

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

Color convert

RGB 132 0 43 -
CMYK 0 1 0.67 0.48
HSL 340.45º 1% 0.26% -
HSV(B) 340.45º 1% 0.52% -
XYZ 9.95 5.08 2.74 -
YUV 44.37 127.23 190.5 -
System Red Green Blue C M Y K H S L
Decimal 132 0 43 0 1 0.67 0.48 340.45 1 0.26
Hex 84 0 2B 0 64 43 30 154 64 1A
Octal 204 0 53 0 144 103 60 524 144 32
Binary 10000100 0 101011 0 1100100 1000011 110000 101010100 1100100 11010

Color Harmonies of #84002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84002B

Black with #84002B

Text Example


Text Example

White with #84002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84002B; }

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

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

background-color css

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

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

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

border-color css

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

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

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