Html Css Color HEX #810038 Burgundy

📋 copy color: '#810038'

red 129 ◦ green 0 ◦ blue 56

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

Shades of Burgundy #810038

Tints of Burgundy #810038

RGB

 RED value IS 129 (50.78% from 255) = 69.73%

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

 BLUE value IS 56 (22.27% from 255) = 30.27%

R = 69.73%
G = 0%
B = 30.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#810038 (or 0x810038) is known color: Burgundy. HEX triplet: 81, 00 and 38. RGB value is (129,0,56). Sum of RGB (Red+Green+Blue) = 129+0+56=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #810038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810038 is #7EFFC7. Grayscale: #2C2C2C. Windows color (decimal): -8323016 or 3670145. OLE color: 3670145.

HSL color Cylindrical-coordinate representation of color #810038: hue angle of 333.95º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #810038 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 0 56 -
CMYK 0 1 0.57 0.49
HSL 333.95º 1% 0.25% -
HSV(B) 333.95º 1% 0.51% -
XYZ 9.77 4.95 4.18 -
YUV 44.96 134.24 187.95 -
System Red Green Blue C M Y K H S L
Decimal 129 0 56 0 1 0.57 0.49 333.95 1 0.25
Hex 81 0 38 0 64 39 31 14E 64 19
Octal 201 0 70 0 144 71 61 516 144 31
Binary 10000001 0 111000 0 1100100 111001 110001 101001110 1100100 11001

Color Harmonies of #810038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810038

Black with #810038

Text Example


Text Example

White with #810038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810038; }

 p { color: rgb(129,0,56); }

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

background-color css

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

 a { background-color: rgb(129,0,56); }

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

border-color css

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

 span { border-color: rgb(129,0,56); }

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