Html Css Color HEX #81002D Burgundy

📋 copy color: '#81002D'

red 129 ◦ green 0 ◦ blue 45

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

Shades of Burgundy #81002D

Tints of Burgundy #81002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.86%

R = 74.14%
G = 0%
B = 25.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#81002D (or 0x81002D) is known color: Burgundy. HEX triplet: 81, 00 and 2D. RGB value is (129,0,45). Sum of RGB (Red+Green+Blue) = 129+0+45=174 (23% of max value = 765). Red value is 129 (50.78% from 255 or 74.14% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 129 - color contains mainly: red. Hex color #81002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81002D is #7EFFD2. Grayscale: #2B2B2B. Windows color (decimal): -8323027 or 2949249. OLE color: 2949249.

HSL color Cylindrical-coordinate representation of color #81002D: hue angle of 339.07º 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 #81002D is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 0 45 -
CMYK 0 1 0.65 0.49
HSL 339.07º 1% 0.25% -
HSV(B) 339.07º 1% 0.51% -
XYZ 9.53 4.86 2.92 -
YUV 43.7 128.74 188.84 -
System Red Green Blue C M Y K H S L
Decimal 129 0 45 0 1 0.65 0.49 339.07 1 0.25
Hex 81 0 2D 0 64 41 31 153 64 19
Octal 201 0 55 0 144 101 61 523 144 31
Binary 10000001 0 101101 0 1100100 1000001 110001 101010011 1100100 11001

Color Harmonies of #81002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81002D

Black with #81002D

Text Example


Text Example

White with #81002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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