Html Css Color HEX #73062F Burgundy

📋 copy color: '#73062F'

red 115 ◦ green 6 ◦ blue 47

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

Shades of Burgundy #73062F

Tints of Burgundy #73062F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 27.98%

R = 68.45%
G = 3.57%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#73062F (or 0x73062F) is known color: Burgundy. HEX triplet: 73, 06 and 2F. RGB value is (115,6,47). Sum of RGB (Red+Green+Blue) = 115+6+47=168 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.45% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 115 - color contains mainly: red. Hex color #73062F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73062F is #8CF9D0. Grayscale: #2B2B2B. Windows color (decimal): -9238993 or 3081843. OLE color: 3081843.

HSL color Cylindrical-coordinate representation of color #73062F: hue angle of 337.43º 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 #73062F is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 6 47 -
CMYK 0 0.95 0.59 0.55
HSL 337.43º 0.9% 0.24% -
HSV(B) 337.43º 0.95% 0.45% -
XYZ 7.65 3.98 3.05 -
YUV 43.27 130.11 179.17 -
System Red Green Blue C M Y K H S L
Decimal 115 6 47 0 0.95 0.59 0.55 337.43 0.9 0.24
Hex 73 6 2F 0 5F 3B 37 151 5A 18
Octal 163 6 57 0 137 73 67 521 132 30
Binary 1110011 110 101111 0 1011111 111011 110111 101010001 1011010 11000

Color Harmonies of #73062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73062F

Black with #73062F

Text Example


Text Example

White with #73062F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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