Html Css Color HEX #78072E Burgundy

📋 copy color: '#78072E'

red 120 ◦ green 7 ◦ blue 46

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

Shades of Burgundy #78072E

Tints of Burgundy #78072E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 26.59%

R = 69.36%
G = 4.05%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#78072E (or 0x78072E) is known color: Burgundy. HEX triplet: 78, 07 and 2E. RGB value is (120,7,46). Sum of RGB (Red+Green+Blue) = 120+7+46=173 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.36% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 120 - color contains mainly: red. Hex color #78072E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78072E is #87F8D1. Grayscale: #2D2D2D. Windows color (decimal): -8911058 or 3016568. OLE color: 3016568.

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

Color convert

RGB 120 7 46 -
CMYK 0 0.94 0.62 0.53
HSL 339.29º 0.89% 0.25% -
HSV(B) 339.29º 0.94% 0.47% -
XYZ 8.31 4.34 2.98 -
YUV 45.23 128.44 181.33 -
System Red Green Blue C M Y K H S L
Decimal 120 7 46 0 0.94 0.62 0.53 339.29 0.89 0.25
Hex 78 7 2E 0 5E 3E 35 153 59 19
Octal 170 7 56 0 136 76 65 523 131 31
Binary 1111000 111 101110 0 1011110 111110 110101 101010011 1011001 11001

Color Harmonies of #78072E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78072E

Black with #78072E

Text Example


Text Example

White with #78072E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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