Html Css Color HEX #780226 Burgundy

📋 copy color: '#780226'

red 120 ◦ green 2 ◦ blue 38

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

Shades of Burgundy #780226

Tints of Burgundy #780226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 23.75%

R = 75%
G = 1.25%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#780226 (or 0x780226) is known color: Burgundy. HEX triplet: 78, 02 and 26. RGB value is (120,2,38). Sum of RGB (Red+Green+Blue) = 120+2+38=160 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 120 - color contains mainly: red. Hex color #780226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780226 is #87FDD9. Grayscale: #292929. Windows color (decimal): -8912346 or 2491000. OLE color: 2491000.

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

Color convert

RGB 120 2 38 -
CMYK 0 0.98 0.68 0.53
HSL 341.69º 0.97% 0.24% -
HSV(B) 341.69º 0.98% 0.47% -
XYZ 8.12 4.18 2.21 -
YUV 41.39 126.09 184.07 -
System Red Green Blue C M Y K H S L
Decimal 120 2 38 0 0.98 0.68 0.53 341.69 0.97 0.24
Hex 78 2 26 0 62 44 35 156 61 18
Octal 170 2 46 0 142 104 65 526 141 30
Binary 1111000 10 100110 0 1100010 1000100 110101 101010110 1100001 11000

Color Harmonies of #780226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780226

Black with #780226

Text Example


Text Example

White with #780226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780226; }

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

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

background-color css

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

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

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

border-color css

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

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

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