Html Css Color HEX #78022B Burgundy

📋 copy color: '#78022B'

red 120 ◦ green 2 ◦ blue 43

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

Shades of Burgundy #78022B

Tints of Burgundy #78022B

RGB

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

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

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

R = 72.73%
G = 1.21%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#78022B (or 0x78022B) is known color: Burgundy. HEX triplet: 78, 02 and 2B. RGB value is (120,2,43). Sum of RGB (Red+Green+Blue) = 120+2+43=165 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.73% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 120 - color contains mainly: red. Hex color #78022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78022B is #87FDD4. Grayscale: #292929. Windows color (decimal): -8912341 or 2818680. OLE color: 2818680.

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

Color convert

RGB 120 2 43 -
CMYK 0 0.98 0.64 0.53
HSL 339.15º 0.97% 0.24% -
HSV(B) 339.15º 0.98% 0.47% -
XYZ 8.2 4.21 2.67 -
YUV 41.96 128.59 183.67 -
System Red Green Blue C M Y K H S L
Decimal 120 2 43 0 0.98 0.64 0.53 339.15 0.97 0.24
Hex 78 2 2B 0 62 40 35 153 61 18
Octal 170 2 53 0 142 100 65 523 141 30
Binary 1111000 10 101011 0 1100010 1000000 110101 101010011 1100001 11000

Color Harmonies of #78022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78022B

Black with #78022B

Text Example


Text Example

White with #78022B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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