Html Css Color HEX #78072D Burgundy

📋 copy color: '#78072D'

red 120 ◦ green 7 ◦ blue 45

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

Shades of Burgundy #78072D

Tints of Burgundy #78072D

RGB

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

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

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

R = 69.77%
G = 4.07%
B = 26.16%

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

#78072D (or 0x78072D) is known color: Burgundy. HEX triplet: 78, 07 and 2D. RGB value is (120,7,45). Sum of RGB (Red+Green+Blue) = 120+7+45=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #78072D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78072D is #87F8D2. Grayscale: #2D2D2D. Windows color (decimal): -8911059 or 2951032. OLE color: 2951032.

HSL color Cylindrical-coordinate representation of color #78072D: hue angle of 339.82º 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 #78072D is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 7 45 -
CMYK 0 0.94 0.63 0.53
HSL 339.82º 0.89% 0.25% -
HSV(B) 339.82º 0.94% 0.47% -
XYZ 8.3 4.33 2.88 -
YUV 45.12 127.94 181.41 -
System Red Green Blue C M Y K H S L
Decimal 120 7 45 0 0.94 0.63 0.53 339.82 0.89 0.25
Hex 78 7 2D 0 5E 3F 35 154 59 19
Octal 170 7 55 0 136 77 65 524 131 31
Binary 1111000 111 101101 0 1011110 111111 110101 101010100 1011001 11001

Color Harmonies of #78072D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78072D

Black with #78072D

Text Example


Text Example

White with #78072D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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