Html Css Color HEX #78052B Burgundy

📋 copy color: '#78052B'

red 120 ◦ green 5 ◦ blue 43

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

Shades of Burgundy #78052B

Tints of Burgundy #78052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25.6%

R = 71.43%
G = 2.98%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#78052B (or 0x78052B) is known color: Burgundy. HEX triplet: 78, 05 and 2B. RGB value is (120,5,43). Sum of RGB (Red+Green+Blue) = 120+5+43=168 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.43% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 120 - color contains mainly: red. Hex color #78052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78052B is #87FAD4. Grayscale: #2B2B2B. Windows color (decimal): -8911573 or 2819448. OLE color: 2819448.

HSL color Cylindrical-coordinate representation of color #78052B: hue angle of 340.17º 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 #78052B is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 5 43 -
CMYK 0 0.96 0.64 0.53
HSL 340.17º 0.92% 0.25% -
HSV(B) 340.17º 0.96% 0.47% -
XYZ 8.24 4.28 2.68 -
YUV 43.72 127.6 182.41 -
System Red Green Blue C M Y K H S L
Decimal 120 5 43 0 0.96 0.64 0.53 340.17 0.92 0.25
Hex 78 5 2B 0 60 40 35 154 5C 19
Octal 170 5 53 0 140 100 65 524 134 31
Binary 1111000 101 101011 0 1100000 1000000 110101 101010100 1011100 11001

Color Harmonies of #78052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78052B

Black with #78052B

Text Example


Text Example

White with #78052B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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