Html Css Color HEX #810C35 Burgundy

📋 copy color: '#810C35'

red 129 ◦ green 12 ◦ blue 53

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

Shades of Burgundy #810C35

Tints of Burgundy #810C35

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.19%

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

R = 66.49%
G = 6.19%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#810C35 (or 0x810C35) is known color: Burgundy. HEX triplet: 81, 0C and 35. RGB value is (129,12,53). Sum of RGB (Red+Green+Blue) = 129+12+53=194 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.49% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 129 - color contains mainly: red. Hex color #810C35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810C35 is #7EF3CA. Grayscale: #333333. Windows color (decimal): -8319947 or 3476609. OLE color: 3476609.

HSL color Cylindrical-coordinate representation of color #810C35: hue angle of 338.97º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810C35 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 12 53 -
CMYK 0 0.91 0.59 0.49
HSL 338.97º 0.83% 0.28% -
HSV(B) 338.97º 0.91% 0.51% -
XYZ 9.83 5.19 3.85 -
YUV 51.66 128.76 183.17 -
System Red Green Blue C M Y K H S L
Decimal 129 12 53 0 0.91 0.59 0.49 338.97 0.83 0.28
Hex 81 C 35 0 5B 3B 31 153 53 1C
Octal 201 14 65 0 133 73 61 523 123 34
Binary 10000001 1100 110101 0 1011011 111011 110001 101010011 1010011 11100

Color Harmonies of #810C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810C35

Black with #810C35

Text Example


Text Example

White with #810C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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