Html Css Color HEX #78052F Burgundy

📋 copy color: '#78052F'

red 120 ◦ green 5 ◦ blue 47

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

Shades of Burgundy #78052F

Tints of Burgundy #78052F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.91%

 BLUE value IS 47 (18.75% from 255) = 27.33%

R = 69.77%
G = 2.91%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#78052F (or 0x78052F) is known color: Burgundy. HEX triplet: 78, 05 and 2F. RGB value is (120,5,47). Sum of RGB (Red+Green+Blue) = 120+5+47=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #78052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78052F is #87FAD0. Grayscale: #2C2C2C. Windows color (decimal): -8911569 or 3081592. OLE color: 3081592.

HSL color Cylindrical-coordinate representation of color #78052F: hue angle of 338.09º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #78052F is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 5 47 -
CMYK 0 0.96 0.61 0.53
HSL 338.09º 0.92% 0.25% -
HSV(B) 338.09º 0.96% 0.47% -
XYZ 8.31 4.31 3.08 -
YUV 44.17 129.6 182.08 -
System Red Green Blue C M Y K H S L
Decimal 120 5 47 0 0.96 0.61 0.53 338.09 0.92 0.25
Hex 78 5 2F 0 60 3D 35 152 5C 19
Octal 170 5 57 0 140 75 65 522 134 31
Binary 1111000 101 101111 0 1100000 111101 110101 101010010 1011100 11001

Color Harmonies of #78052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78052F

Black with #78052F

Text Example


Text Example

White with #78052F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78052F; }

 p { color: rgb(120,5,47); }

 H1.HeaderClassName
 {
   color: #78052F;
 }
 .AnyTagClassName
 {
   color: #78052F;
 }
</style>

background-color css

<style>
 a { background-color: #78052F; }

 a { background-color: rgb(120,5,47); }

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

border-color css

<style>
 span { border-color: #78052F; }

 span { border-color: rgb(120,5,47); }

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