Html Css Color HEX #810335 Burgundy

📋 copy color: '#810335'

red 129 ◦ green 3 ◦ blue 53

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

Shades of Burgundy #810335

Tints of Burgundy #810335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 28.65%

R = 69.73%
G = 1.62%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#810335 (or 0x810335) is known color: Burgundy. HEX triplet: 81, 03 and 35. RGB value is (129,3,53). Sum of RGB (Red+Green+Blue) = 129+3+53=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 53 (21.09% from 255 or 28.65% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #810335 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810335 is #7EFCCA. Grayscale: #2E2E2E. Windows color (decimal): -8322251 or 3474305. OLE color: 3474305.

HSL color Cylindrical-coordinate representation of color #810335: hue angle of 336.19º 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 #810335 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 3 53 -
CMYK 0 0.98 0.59 0.49
HSL 336.19º 0.95% 0.26% -
HSV(B) 336.19º 0.98% 0.51% -
XYZ 9.73 4.99 3.82 -
YUV 46.37 131.74 186.93 -
System Red Green Blue C M Y K H S L
Decimal 129 3 53 0 0.98 0.59 0.49 336.19 0.95 0.26
Hex 81 3 35 0 62 3B 31 150 5F 1A
Octal 201 3 65 0 142 73 61 520 137 32
Binary 10000001 11 110101 0 1100010 111011 110001 101010000 1011111 11010

Color Harmonies of #810335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810335

Black with #810335

Text Example


Text Example

White with #810335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810335; }

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

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

background-color css

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

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

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

border-color css

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

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

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