Html Css Color HEX #780F27 Burgundy

📋 copy color: '#780F27'

red 120 ◦ green 15 ◦ blue 39

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

Shades of Burgundy #780F27

Tints of Burgundy #780F27

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.62%

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

R = 68.97%
G = 8.62%
B = 22.41%

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

#780F27 (or 0x780F27) is known color: Burgundy. HEX triplet: 78, 0F and 27. RGB value is (120,15,39). Sum of RGB (Red+Green+Blue) = 120+15+39=174 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.97% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 120 - color contains mainly: red. Hex color #780F27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780F27 is #87F0D8. Grayscale: #313131. Windows color (decimal): -8909017 or 2559864. OLE color: 2559864.

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

Color convert

RGB 120 15 39 -
CMYK 0 0.87 0.67 0.53
HSL 346.29º 0.78% 0.26% -
HSV(B) 346.29º 0.88% 0.47% -
XYZ 8.28 4.48 2.35 -
YUV 49.13 122.29 178.55 -
System Red Green Blue C M Y K H S L
Decimal 120 15 39 0 0.87 0.67 0.53 346.29 0.78 0.26
Hex 78 F 27 0 57 43 35 15A 4E 1A
Octal 170 17 47 0 127 103 65 532 116 32
Binary 1111000 1111 100111 0 1010111 1000011 110101 101011010 1001110 11010

Color Harmonies of #780F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780F27

Black with #780F27

Text Example


Text Example

White with #780F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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