Html Css Color HEX #780127 Burgundy

📋 copy color: '#780127'

red 120 ◦ green 1 ◦ blue 39

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

Shades of Burgundy #780127

Tints of Burgundy #780127

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

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

R = 75%
G = 0.63%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#780127 (or 0x780127) is known color: Burgundy. HEX triplet: 78, 01 and 27. RGB value is (120,1,39). Sum of RGB (Red+Green+Blue) = 120+1+39=160 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 120 - color contains mainly: red. Hex color #780127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780127 is #87FED8. Grayscale: #282828. Windows color (decimal): -8912601 or 2556280. OLE color: 2556280.

HSL color Cylindrical-coordinate representation of color #780127: hue angle of 340.84º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #780127 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 1 39 -
CMYK 0 0.99 0.67 0.53
HSL 340.84º 0.98% 0.24% -
HSV(B) 340.84º 0.99% 0.47% -
XYZ 8.12 4.16 2.29 -
YUV 40.91 126.92 184.41 -
System Red Green Blue C M Y K H S L
Decimal 120 1 39 0 0.99 0.67 0.53 340.84 0.98 0.24
Hex 78 1 27 0 63 43 35 155 62 18
Octal 170 1 47 0 143 103 65 525 142 30
Binary 1111000 1 100111 0 1100011 1000011 110101 101010101 1100010 11000

Color Harmonies of #780127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780127

Black with #780127

Text Example


Text Example

White with #780127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780127; }

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

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

background-color css

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

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

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

border-color css

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

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

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