Html Css Color HEX #780622 Burgundy

📋 copy color: '#780622'

red 120 ◦ green 6 ◦ blue 34

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

Shades of Burgundy #780622

Tints of Burgundy #780622

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.75%

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

R = 75%
G = 3.75%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#780622 (or 0x780622) is known color: Burgundy. HEX triplet: 78, 06 and 22. RGB value is (120,6,34). Sum of RGB (Red+Green+Blue) = 120+6+34=160 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 120 - color contains mainly: red. Hex color #780622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780622 is #87F9DD. Grayscale: #2B2B2B. Windows color (decimal): -8911326 or 2229880. OLE color: 2229880.

HSL color Cylindrical-coordinate representation of color #780622: hue angle of 345.26º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780622 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 6 34 -
CMYK 0 0.95 0.72 0.53
HSL 345.26º 0.9% 0.25% -
HSV(B) 345.26º 0.95% 0.47% -
XYZ 8.1 4.24 1.9 -
YUV 43.28 122.77 182.72 -
System Red Green Blue C M Y K H S L
Decimal 120 6 34 0 0.95 0.72 0.53 345.26 0.9 0.25
Hex 78 6 22 0 5F 48 35 159 5A 19
Octal 170 6 42 0 137 110 65 531 132 31
Binary 1111000 110 100010 0 1011111 1001000 110101 101011001 1011010 11001

Color Harmonies of #780622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780622

Black with #780622

Text Example


Text Example

White with #780622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780622; }

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

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

background-color css

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

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

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

border-color css

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

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

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