Html Css Color HEX #78020C Burgundy

📋 copy color: '#78020C'

red 120 ◦ green 2 ◦ blue 12

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

Shades of Burgundy #78020C

Tints of Burgundy #78020C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.49%

 BLUE value IS 12 (5.08% from 255) = 8.96%

R = 89.55%
G = 1.49%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#78020C (or 0x78020C) is known color: Burgundy. HEX triplet: 78, 02 and 0C. RGB value is (120,2,12). Sum of RGB (Red+Green+Blue) = 120+2+12=134 (17% of max value = 765). Red value is 120 (47.27% from 255 or 89.55% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 120 - color contains mainly: red. Hex color #78020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78020C is #87FDF3. Grayscale: #262626. Windows color (decimal): -8912372 or 787064. OLE color: 787064.

HSL color Cylindrical-coordinate representation of color #78020C: hue angle of 354.92º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #78020C is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 2 12 -
CMYK 0 0.98 0.90 0.53
HSL 354.92º 0.97% 0.24% -
HSV(B) 354.92º 0.98% 0.47% -
XYZ 7.83 4.06 0.72 -
YUV 38.42 113.09 186.19 -
System Red Green Blue C M Y K H S L
Decimal 120 2 12 0 0.98 0.90 0.53 354.92 0.97 0.24
Hex 78 2 C 0 62 5A 35 163 61 18
Octal 170 2 14 0 142 132 65 543 141 30
Binary 1111000 10 1100 0 1100010 1011010 110101 101100011 1100001 11000

Color Harmonies of #78020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78020C

Black with #78020C

Text Example


Text Example

White with #78020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78020C; }

 p { color: rgb(120,2,12); }

 H1.HeaderClassName
 {
   color: #78020C;
 }
 .AnyTagClassName
 {
   color: #78020C;
 }
</style>

background-color css

<style>
 a { background-color: #78020C; }

 a { background-color: rgb(120,2,12); }

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

border-color css

<style>
 span { border-color: #78020C; }

 span { border-color: rgb(120,2,12); }

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