Html Css Color HEX #73062D Burgundy

📋 copy color: '#73062D'

red 115 ◦ green 6 ◦ blue 45

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

Shades of Burgundy #73062D

Tints of Burgundy #73062D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.61%

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

R = 69.28%
G = 3.61%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#73062D (or 0x73062D) is known color: Burgundy. HEX triplet: 73, 06 and 2D. RGB value is (115,6,45). Sum of RGB (Red+Green+Blue) = 115+6+45=166 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.28% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 115 - color contains mainly: red. Hex color #73062D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73062D is #8CF9D2. Grayscale: #2A2A2A. Windows color (decimal): -9238995 or 2950771. OLE color: 2950771.

HSL color Cylindrical-coordinate representation of color #73062D: hue angle of 338.53º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73062D is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 6 45 -
CMYK 0 0.95 0.61 0.55
HSL 338.53º 0.9% 0.24% -
HSV(B) 338.53º 0.95% 0.45% -
XYZ 7.61 3.96 2.85 -
YUV 43.04 129.11 179.33 -
System Red Green Blue C M Y K H S L
Decimal 115 6 45 0 0.95 0.61 0.55 338.53 0.9 0.24
Hex 73 6 2D 0 5F 3D 37 153 5A 18
Octal 163 6 55 0 137 75 67 523 132 30
Binary 1110011 110 101101 0 1011111 111101 110111 101010011 1011010 11000

Color Harmonies of #73062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73062D

Black with #73062D

Text Example


Text Example

White with #73062D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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