Html Css Color HEX #780227 Burgundy

📋 copy color: '#780227'

red 120 ◦ green 2 ◦ blue 39

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

Shades of Burgundy #780227

Tints of Burgundy #780227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 24.22%

R = 74.53%
G = 1.24%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#780227 (or 0x780227) is known color: Burgundy. HEX triplet: 78, 02 and 27. RGB value is (120,2,39). Sum of RGB (Red+Green+Blue) = 120+2+39=161 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.53% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 120 - color contains mainly: red. Hex color #780227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780227 is #87FDD8. Grayscale: #292929. Windows color (decimal): -8912345 or 2556536. OLE color: 2556536.

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

Color convert

RGB 120 2 39 -
CMYK 0 0.98 0.67 0.53
HSL 341.19º 0.97% 0.24% -
HSV(B) 341.19º 0.98% 0.47% -
XYZ 8.13 4.18 2.3 -
YUV 41.5 126.59 183.99 -
System Red Green Blue C M Y K H S L
Decimal 120 2 39 0 0.98 0.67 0.53 341.19 0.97 0.24
Hex 78 2 27 0 62 43 35 155 61 18
Octal 170 2 47 0 142 103 65 525 141 30
Binary 1111000 10 100111 0 1100010 1000011 110101 101010101 1100001 11000

Color Harmonies of #780227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780227

Black with #780227

Text Example


Text Example

White with #780227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780227; }

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

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

background-color css

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

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

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

border-color css

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

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

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