Html Css Color HEX #781027 Burgundy

📋 copy color: '#781027'

red 120 ◦ green 16 ◦ blue 39

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

Shades of Burgundy #781027

Tints of Burgundy #781027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.14%

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

R = 68.57%
G = 9.14%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#781027 (or 0x781027) is known color: Burgundy. HEX triplet: 78, 10 and 27. RGB value is (120,16,39). Sum of RGB (Red+Green+Blue) = 120+16+39=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #781027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781027 is #87EFD8. Grayscale: #313131. Windows color (decimal): -8908761 or 2560120. OLE color: 2560120.

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

Color convert

RGB 120 16 39 -
CMYK 0 0.87 0.67 0.53
HSL 346.73º 0.76% 0.27% -
HSV(B) 346.73º 0.87% 0.47% -
XYZ 8.3 4.51 2.35 -
YUV 49.72 121.96 178.13 -
System Red Green Blue C M Y K H S L
Decimal 120 16 39 0 0.87 0.67 0.53 346.73 0.76 0.27
Hex 78 10 27 0 57 43 35 15B 4C 1B
Octal 170 20 47 0 127 103 65 533 114 33
Binary 1111000 10000 100111 0 1010111 1000011 110101 101011011 1001100 11011

Color Harmonies of #781027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781027

Black with #781027

Text Example


Text Example

White with #781027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781027; }

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

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

background-color css

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

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

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

border-color css

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

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

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