Html Css Color HEX #73082A Burgundy

📋 copy color: '#73082A'

red 115 ◦ green 8 ◦ blue 42

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

Shades of Burgundy #73082A

Tints of Burgundy #73082A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.85%

 BLUE value IS 42 (16.8% from 255) = 25.45%

R = 69.7%
G = 4.85%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#73082A (or 0x73082A) is known color: Burgundy. HEX triplet: 73, 08 and 2A. RGB value is (115,8,42). Sum of RGB (Red+Green+Blue) = 115+8+42=165 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.70% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 115 - color contains mainly: red. Hex color #73082A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73082A is #8CF7D5. Grayscale: #2B2B2B. Windows color (decimal): -9238486 or 2754675. OLE color: 2754675.

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

Color convert

RGB 115 8 42 -
CMYK 0 0.93 0.63 0.55
HSL 340.93º 0.87% 0.24% -
HSV(B) 340.93º 0.93% 0.45% -
XYZ 7.57 3.99 2.56 -
YUV 43.87 126.95 178.74 -
System Red Green Blue C M Y K H S L
Decimal 115 8 42 0 0.93 0.63 0.55 340.93 0.87 0.24
Hex 73 8 2A 0 5D 3F 37 155 57 18
Octal 163 10 52 0 135 77 67 525 127 30
Binary 1110011 1000 101010 0 1011101 111111 110111 101010101 1010111 11000

Color Harmonies of #73082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73082A

Black with #73082A

Text Example


Text Example

White with #73082A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,8,42); }

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

background-color css

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

 a { background-color: rgb(115,8,42); }

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

border-color css

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

 span { border-color: rgb(115,8,42); }

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