Html Css Color HEX #78072C Burgundy

📋 copy color: '#78072C'

red 120 ◦ green 7 ◦ blue 44

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

Shades of Burgundy #78072C

Tints of Burgundy #78072C

RGB

 RED value IS 120 (47.27% from 255) = 70.18%

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

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

R = 70.18%
G = 4.09%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#78072C (or 0x78072C) is known color: Burgundy. HEX triplet: 78, 07 and 2C. RGB value is (120,7,44). Sum of RGB (Red+Green+Blue) = 120+7+44=171 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.18% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 120 - color contains mainly: red. Hex color #78072C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78072C is #87F8D3. Grayscale: #2C2C2C. Windows color (decimal): -8911060 or 2885496. OLE color: 2885496.

HSL color Cylindrical-coordinate representation of color #78072C: hue angle of 340.35º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #78072C is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 7 44 -
CMYK 0 0.94 0.63 0.53
HSL 340.35º 0.89% 0.25% -
HSV(B) 340.35º 0.94% 0.47% -
XYZ 8.28 4.33 2.78 -
YUV 45.01 127.44 181.49 -
System Red Green Blue C M Y K H S L
Decimal 120 7 44 0 0.94 0.63 0.53 340.35 0.89 0.25
Hex 78 7 2C 0 5E 3F 35 154 59 19
Octal 170 7 54 0 136 77 65 524 131 31
Binary 1111000 111 101100 0 1011110 111111 110101 101010100 1011001 11001

Color Harmonies of #78072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78072C

Black with #78072C

Text Example


Text Example

White with #78072C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,7,44); }

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

background-color css

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

 a { background-color: rgb(120,7,44); }

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

border-color css

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

 span { border-color: rgb(120,7,44); }

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