Html Css Color HEX #780022 Burgundy

📋 copy color: '#780022'

red 120 ◦ green 0 ◦ blue 34

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

Shades of Burgundy #780022

Tints of Burgundy #780022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 22.08%

R = 77.92%
G = 0%
B = 22.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#780022 (or 0x780022) is known color: Burgundy. HEX triplet: 78, 00 and 22. RGB value is (120,0,34). Sum of RGB (Red+Green+Blue) = 120+0+34=154 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.92% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 120 - color contains mainly: red. Hex color #780022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780022 is #87FFDD. Grayscale: #272727. Windows color (decimal): -8912862 or 2228344. OLE color: 2228344.

HSL color Cylindrical-coordinate representation of color #780022: hue angle of 343º 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 #780022 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 0 34 -
CMYK 0 1 0.72 0.53
HSL 343º 1% 0.24% -
HSV(B) 343º 1% 0.47% -
XYZ 8.03 4.11 1.88 -
YUV 39.76 124.76 185.24 -
System Red Green Blue C M Y K H S L
Decimal 120 0 34 0 1 0.72 0.53 343 1 0.24
Hex 78 0 22 0 64 48 35 157 64 18
Octal 170 0 42 0 144 110 65 527 144 30
Binary 1111000 0 100010 0 1100100 1001000 110101 101010111 1100100 11000

Color Harmonies of #780022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780022

Black with #780022

Text Example


Text Example

White with #780022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780022; }

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

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

background-color css

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

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

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

border-color css

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

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

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