Html Css Color HEX #780222 Burgundy

📋 copy color: '#780222'

red 120 ◦ green 2 ◦ blue 34

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

Shades of Burgundy #780222

Tints of Burgundy #780222

RGB

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

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

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

R = 76.92%
G = 1.28%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#780222 (or 0x780222) is known color: Burgundy. HEX triplet: 78, 02 and 22. RGB value is (120,2,34). Sum of RGB (Red+Green+Blue) = 120+2+34=156 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.92% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 120 - color contains mainly: red. Hex color #780222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780222 is #87FDDD. Grayscale: #282828. Windows color (decimal): -8912350 or 2228856. OLE color: 2228856.

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

Color convert

RGB 120 2 34 -
CMYK 0 0.98 0.72 0.53
HSL 343.73º 0.97% 0.24% -
HSV(B) 343.73º 0.98% 0.47% -
XYZ 8.06 4.15 1.89 -
YUV 40.93 124.09 184.4 -
System Red Green Blue C M Y K H S L
Decimal 120 2 34 0 0.98 0.72 0.53 343.73 0.97 0.24
Hex 78 2 22 0 62 48 35 158 61 18
Octal 170 2 42 0 142 110 65 530 141 30
Binary 1111000 10 100010 0 1100010 1001000 110101 101011000 1100001 11000

Color Harmonies of #780222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780222

Black with #780222

Text Example


Text Example

White with #780222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780222; }

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

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

background-color css

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

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

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

border-color css

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

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

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