Html Css Color HEX #73062C Burgundy

📋 copy color: '#73062C'

red 115 ◦ green 6 ◦ blue 44

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

Shades of Burgundy #73062C

Tints of Burgundy #73062C

RGB

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

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

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

R = 69.7%
G = 3.64%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#73062C (or 0x73062C) is known color: Burgundy. HEX triplet: 73, 06 and 2C. RGB value is (115,6,44). Sum of RGB (Red+Green+Blue) = 115+6+44=165 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.70% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 115 - color contains mainly: red. Hex color #73062C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73062C is #8CF9D3. Grayscale: #2A2A2A. Windows color (decimal): -9238996 or 2885235. OLE color: 2885235.

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

Color convert

RGB 115 6 44 -
CMYK 0 0.95 0.62 0.55
HSL 339.08º 0.9% 0.24% -
HSV(B) 339.08º 0.95% 0.45% -
XYZ 7.59 3.96 2.75 -
YUV 42.92 128.61 179.41 -
System Red Green Blue C M Y K H S L
Decimal 115 6 44 0 0.95 0.62 0.55 339.08 0.9 0.24
Hex 73 6 2C 0 5F 3E 37 153 5A 18
Octal 163 6 54 0 137 76 67 523 132 30
Binary 1110011 110 101100 0 1011111 111110 110111 101010011 1011010 11000

Color Harmonies of #73062C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73062C

Black with #73062C

Text Example


Text Example

White with #73062C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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