Html Css Color HEX #73082D Burgundy

📋 copy color: '#73082D'

red 115 ◦ green 8 ◦ blue 45

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

Shades of Burgundy #73082D

Tints of Burgundy #73082D

RGB

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

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

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

R = 68.45%
G = 4.76%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#73082D (or 0x73082D) is known color: Burgundy. HEX triplet: 73, 08 and 2D. RGB value is (115,8,45). Sum of RGB (Red+Green+Blue) = 115+8+45=168 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.45% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 115 - color contains mainly: red. Hex color #73082D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73082D is #8CF7D2. Grayscale: #2C2C2C. Windows color (decimal): -9238483 or 2951283. OLE color: 2951283.

HSL color Cylindrical-coordinate representation of color #73082D: hue angle of 339.25º 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 #73082D is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 8 45 -
CMYK 0 0.93 0.61 0.55
HSL 339.25º 0.87% 0.24% -
HSV(B) 339.25º 0.93% 0.45% -
XYZ 7.63 4.01 2.85 -
YUV 44.21 128.45 178.49 -
System Red Green Blue C M Y K H S L
Decimal 115 8 45 0 0.93 0.61 0.55 339.25 0.87 0.24
Hex 73 8 2D 0 5D 3D 37 153 57 18
Octal 163 10 55 0 135 75 67 523 127 30
Binary 1110011 1000 101101 0 1011101 111101 110111 101010011 1010111 11000

Color Harmonies of #73082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73082D

Black with #73082D

Text Example


Text Example

White with #73082D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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