Html Css Color HEX #810328 Burgundy

📋 copy color: '#810328'

red 129 ◦ green 3 ◦ blue 40

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

Shades of Burgundy #810328

Tints of Burgundy #810328

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.74%

 BLUE value IS 40 (16.02% from 255) = 23.26%

R = 75%
G = 1.74%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#810328 (or 0x810328) is known color: Burgundy. HEX triplet: 81, 03 and 28. RGB value is (129,3,40). Sum of RGB (Red+Green+Blue) = 129+3+40=172 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 129 - color contains mainly: red. Hex color #810328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810328 is #7EFCD7. Grayscale: #2C2C2C. Windows color (decimal): -8322264 or 2622337. OLE color: 2622337.

HSL color Cylindrical-coordinate representation of color #810328: hue angle of 342.38º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #810328 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 3 40 -
CMYK 0 0.98 0.69 0.49
HSL 342.38º 0.95% 0.26% -
HSV(B) 342.38º 0.98% 0.51% -
XYZ 9.47 4.89 2.45 -
YUV 44.89 125.24 187.99 -
System Red Green Blue C M Y K H S L
Decimal 129 3 40 0 0.98 0.69 0.49 342.38 0.95 0.26
Hex 81 3 28 0 62 45 31 156 5F 1A
Octal 201 3 50 0 142 105 61 526 137 32
Binary 10000001 11 101000 0 1100010 1000101 110001 101010110 1011111 11010

Color Harmonies of #810328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810328

Black with #810328

Text Example


Text Example

White with #810328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810328; }

 p { color: rgb(129,3,40); }

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

background-color css

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

 a { background-color: rgb(129,3,40); }

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

border-color css

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

 span { border-color: rgb(129,3,40); }

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