Html Css Color HEX #78002A Burgundy

📋 copy color: '#78002A'

red 120 ◦ green 0 ◦ blue 42

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

Shades of Burgundy #78002A

Tints of Burgundy #78002A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 42 (16.8% from 255) = 25.93%

R = 74.07%
G = 0%
B = 25.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#78002A (or 0x78002A) is known color: Burgundy. HEX triplet: 78, 00 and 2A. RGB value is (120,0,42). Sum of RGB (Red+Green+Blue) = 120+0+42=162 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.07% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 120 - color contains mainly: red. Hex color #78002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78002A is #87FFD5. Grayscale: #282828. Windows color (decimal): -8912854 or 2752632. OLE color: 2752632.

HSL color Cylindrical-coordinate representation of color #78002A: hue angle of 339º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #78002A is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 0 42 -
CMYK 0 1 0.65 0.53
HSL 339º 1% 0.24% -
HSV(B) 339º 1% 0.47% -
XYZ 8.16 4.16 2.56 -
YUV 40.67 128.76 184.58 -
System Red Green Blue C M Y K H S L
Decimal 120 0 42 0 1 0.65 0.53 339 1 0.24
Hex 78 0 2A 0 64 41 35 153 64 18
Octal 170 0 52 0 144 101 65 523 144 30
Binary 1111000 0 101010 0 1100100 1000001 110101 101010011 1100100 11000

Color Harmonies of #78002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78002A

Black with #78002A

Text Example


Text Example

White with #78002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78002A; }

 p { color: rgb(120,0,42); }

 H1.HeaderClassName
 {
   color: #78002A;
 }
 .AnyTagClassName
 {
   color: #78002A;
 }
</style>

background-color css

<style>
 a { background-color: #78002A; }

 a { background-color: rgb(120,0,42); }

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

border-color css

<style>
 span { border-color: #78002A; }

 span { border-color: rgb(120,0,42); }

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