Html Css Color HEX #78021D Burgundy

📋 copy color: '#78021D'

red 120 ◦ green 2 ◦ blue 29

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

Shades of Burgundy #78021D

Tints of Burgundy #78021D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.21%

R = 79.47%
G = 1.32%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#78021D (or 0x78021D) is known color: Burgundy. HEX triplet: 78, 02 and 1D. RGB value is (120,2,29). Sum of RGB (Red+Green+Blue) = 120+2+29=151 (20% of max value = 765). Red value is 120 (47.27% from 255 or 79.47% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 120 - color contains mainly: red. Hex color #78021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78021D is #87FDE2. Grayscale: #282828. Windows color (decimal): -8912355 or 1901176. OLE color: 1901176.

HSL color Cylindrical-coordinate representation of color #78021D: hue angle of 346.27º 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 #78021D is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 2 29 -
CMYK 0 0.98 0.76 0.53
HSL 346.27º 0.97% 0.24% -
HSV(B) 346.27º 0.98% 0.47% -
XYZ 7.99 4.13 1.54 -
YUV 40.36 121.59 184.8 -
System Red Green Blue C M Y K H S L
Decimal 120 2 29 0 0.98 0.76 0.53 346.27 0.97 0.24
Hex 78 2 1D 0 62 4C 35 15A 61 18
Octal 170 2 35 0 142 114 65 532 141 30
Binary 1111000 10 11101 0 1100010 1001100 110101 101011010 1100001 11000

Color Harmonies of #78021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78021D

Black with #78021D

Text Example


Text Example

White with #78021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78021D; }

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

 H1.HeaderClassName
 {
   color: #78021D;
 }
 .AnyTagClassName
 {
   color: #78021D;
 }
</style>

background-color css

<style>
 a { background-color: #78021D; }

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

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

border-color css

<style>
 span { border-color: #78021D; }

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

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