Html Css Color HEX #81002C Burgundy

📋 copy color: '#81002C'

red 129 ◦ green 0 ◦ blue 44

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

Shades of Burgundy #81002C

Tints of Burgundy #81002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 25.43%

R = 74.57%
G = 0%
B = 25.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#81002C (or 0x81002C) is known color: Burgundy. HEX triplet: 81, 00 and 2C. RGB value is (129,0,44). Sum of RGB (Red+Green+Blue) = 129+0+44=173 (22% of max value = 765). Red value is 129 (50.78% from 255 or 74.57% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 129 - color contains mainly: red. Hex color #81002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81002C is #7EFFD3. Grayscale: #2B2B2B. Windows color (decimal): -8323028 or 2883713. OLE color: 2883713.

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

Color convert

RGB 129 0 44 -
CMYK 0 1 0.66 0.49
HSL 339.53º 1% 0.25% -
HSV(B) 339.53º 1% 0.51% -
XYZ 9.51 4.85 2.82 -
YUV 43.59 128.24 188.92 -
System Red Green Blue C M Y K H S L
Decimal 129 0 44 0 1 0.66 0.49 339.53 1 0.25
Hex 81 0 2C 0 64 42 31 154 64 19
Octal 201 0 54 0 144 102 61 524 144 31
Binary 10000001 0 101100 0 1100100 1000010 110001 101010100 1100100 11001

Color Harmonies of #81002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81002C

Black with #81002C

Text Example


Text Example

White with #81002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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