Html Css Color HEX #73002C Burgundy

📋 copy color: '#73002C'

red 115 ◦ green 0 ◦ blue 44

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

Shades of Burgundy #73002C

Tints of Burgundy #73002C

RGB

 RED value IS 115 (45.31% from 255) = 72.33%

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

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

R = 72.33%
G = 0%
B = 27.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#73002C (or 0x73002C) is known color: Burgundy. HEX triplet: 73, 00 and 2C. RGB value is (115,0,44). Sum of RGB (Red+Green+Blue) = 115+0+44=159 (21% of max value = 765). Red value is 115 (45.31% from 255 or 72.33% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 115 - color contains mainly: red. Hex color #73002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73002C is #8CFFD3. Grayscale: #272727. Windows color (decimal): -9240532 or 2883699. OLE color: 2883699.

HSL color Cylindrical-coordinate representation of color #73002C: hue angle of 337.04º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #73002C is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 0 44 -
CMYK 0 1 0.62 0.55
HSL 337.04º 1% 0.23% -
HSV(B) 337.04º 1% 0.45% -
XYZ 7.52 3.83 2.72 -
YUV 39.4 130.6 181.92 -
System Red Green Blue C M Y K H S L
Decimal 115 0 44 0 1 0.62 0.55 337.04 1 0.23
Hex 73 0 2C 0 64 3E 37 151 64 17
Octal 163 0 54 0 144 76 67 521 144 27
Binary 1110011 0 101100 0 1100100 111110 110111 101010001 1100100 10111

Color Harmonies of #73002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73002C

Black with #73002C

Text Example


Text Example

White with #73002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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