Html Css Color HEX #800433 Burgundy

📋 copy color: '#800433'

red 128 ◦ green 4 ◦ blue 51

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

Shades of Burgundy #800433

Tints of Burgundy #800433

RGB

 RED value IS 128 (50.39% from 255) = 69.95%

 GREEN value IS 4 (1.95% from 255) = 2.19%

 BLUE value IS 51 (20.31% from 255) = 27.87%

R = 69.95%
G = 2.19%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#800433 (or 0x800433) is known color: Burgundy. HEX triplet: 80, 04 and 33. RGB value is (128,4,51). Sum of RGB (Red+Green+Blue) = 128+4+51=183 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.95% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 128 - color contains mainly: red. Hex color #800433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800433 is #7FFBCC. Grayscale: #2E2E2E. Windows color (decimal): -8387533 or 3343488. OLE color: 3343488.

HSL color Cylindrical-coordinate representation of color #800433: hue angle of 337.26º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #800433 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 4 51 -
CMYK 0 0.97 0.60 0.50
HSL 337.26º 0.94% 0.26% -
HSV(B) 337.26º 0.97% 0.5% -
XYZ 9.54 4.92 3.58 -
YUV 46.43 130.58 186.18 -
System Red Green Blue C M Y K H S L
Decimal 128 4 51 0 0.97 0.60 0.50 337.26 0.94 0.26
Hex 80 4 33 0 61 3C 32 151 5E 1A
Octal 200 4 63 0 141 74 62 521 136 32
Binary 10000000 100 110011 0 1100001 111100 110010 101010001 1011110 11010

Color Harmonies of #800433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800433

Black with #800433

Text Example


Text Example

White with #800433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800433; }

 p { color: rgb(128,4,51); }

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

background-color css

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

 a { background-color: rgb(128,4,51); }

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

border-color css

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

 span { border-color: rgb(128,4,51); }

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