Html Css Color HEX #73071C Burgundy

📋 copy color: '#73071C'

red 115 ◦ green 7 ◦ blue 28

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

Shades of Burgundy #73071C

Tints of Burgundy #73071C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.67%

 BLUE value IS 28 (11.33% from 255) = 18.67%

R = 76.67%
G = 4.67%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#73071C (or 0x73071C) is known color: Burgundy. HEX triplet: 73, 07 and 1C. RGB value is (115,7,28). Sum of RGB (Red+Green+Blue) = 115+7+28=150 (19% of max value = 765). Red value is 115 (45.31% from 255 or 76.67% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 115 - color contains mainly: red. Hex color #73071C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73071C is #8CF8E3. Grayscale: #292929. Windows color (decimal): -9238756 or 1836915. OLE color: 1836915.

HSL color Cylindrical-coordinate representation of color #73071C: hue angle of 348.33º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73071C is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 7 28 -
CMYK 0 0.94 0.76 0.55
HSL 348.33º 0.89% 0.24% -
HSV(B) 348.33º 0.94% 0.45% -
XYZ 7.36 3.88 1.46 -
YUV 41.69 120.28 180.29 -
System Red Green Blue C M Y K H S L
Decimal 115 7 28 0 0.94 0.76 0.55 348.33 0.89 0.24
Hex 73 7 1C 0 5E 4C 37 15C 59 18
Octal 163 7 34 0 136 114 67 534 131 30
Binary 1110011 111 11100 0 1011110 1001100 110111 101011100 1011001 11000

Color Harmonies of #73071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73071C

Black with #73071C

Text Example


Text Example

White with #73071C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,7,28); }

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

background-color css

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

 a { background-color: rgb(115,7,28); }

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

border-color css

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

 span { border-color: rgb(115,7,28); }

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