Html Css Color HEX #800236 Burgundy

📋 copy color: '#800236'

red 128 ◦ green 2 ◦ blue 54

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

Shades of Burgundy #800236

Tints of Burgundy #800236

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

 BLUE value IS 54 (21.48% from 255) = 29.35%

R = 69.57%
G = 1.09%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#800236 (or 0x800236) is known color: Burgundy. HEX triplet: 80, 02 and 36. RGB value is (128,2,54). Sum of RGB (Red+Green+Blue) = 128+2+54=184 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.57% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 54 (21.48% from 255 or 29.35% from 184); Max value from RGB is 128 - color contains mainly: red. Hex color #800236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800236 is #7FFDC9. Grayscale: #2D2D2D. Windows color (decimal): -8388042 or 3539584. OLE color: 3539584.

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

Color convert

RGB 128 2 54 -
CMYK 0 0.98 0.58 0.50
HSL 335.24º 0.97% 0.25% -
HSV(B) 335.24º 0.98% 0.5% -
XYZ 9.59 4.9 3.93 -
YUV 45.6 132.74 186.77 -
System Red Green Blue C M Y K H S L
Decimal 128 2 54 0 0.98 0.58 0.50 335.24 0.97 0.25
Hex 80 2 36 0 62 3A 32 14F 61 19
Octal 200 2 66 0 142 72 62 517 141 31
Binary 10000000 10 110110 0 1100010 111010 110010 101001111 1100001 11001

Color Harmonies of #800236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800236

Black with #800236

Text Example


Text Example

White with #800236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800236; }

 p { color: rgb(128,2,54); }

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

background-color css

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

 a { background-color: rgb(128,2,54); }

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

border-color css

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

 span { border-color: rgb(128,2,54); }

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