Html Css Color HEX #81093A Burgundy

📋 copy color: '#81093A'

red 129 ◦ green 9 ◦ blue 58

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

Shades of Burgundy #81093A

Tints of Burgundy #81093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.59%

 BLUE value IS 58 (23.05% from 255) = 29.59%

R = 65.82%
G = 4.59%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#81093A (or 0x81093A) is known color: Burgundy. HEX triplet: 81, 09 and 3A. RGB value is (129,9,58). Sum of RGB (Red+Green+Blue) = 129+9+58=196 (25% of max value = 765). Red value is 129 (50.78% from 255 or 65.82% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 129 - color contains mainly: red. Hex color #81093A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81093A is #7EF6C5. Grayscale: #323232. Windows color (decimal): -8320710 or 3803521. OLE color: 3803521.

HSL color Cylindrical-coordinate representation of color #81093A: hue angle of 335.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81093A is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 9 58 -
CMYK 0 0.93 0.55 0.49
HSL 335.5º 0.87% 0.27% -
HSV(B) 335.5º 0.93% 0.51% -
XYZ 9.91 5.17 4.48 -
YUV 50.47 132.26 184.02 -
System Red Green Blue C M Y K H S L
Decimal 129 9 58 0 0.93 0.55 0.49 335.5 0.87 0.27
Hex 81 9 3A 0 5D 37 31 150 57 1B
Octal 201 11 72 0 135 67 61 520 127 33
Binary 10000001 1001 111010 0 1011101 110111 110001 101010000 1010111 11011

Color Harmonies of #81093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81093A

Black with #81093A

Text Example


Text Example

White with #81093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81093A; }

 p { color: rgb(129,9,58); }

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

background-color css

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

 a { background-color: rgb(129,9,58); }

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

border-color css

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

 span { border-color: rgb(129,9,58); }

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