Html Css Color HEX #780E12 Burgundy

📋 copy color: '#780E12'

red 120 ◦ green 14 ◦ blue 18

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

Shades of Burgundy #780E12

Tints of Burgundy #780E12

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.21%

 BLUE value IS 18 (7.42% from 255) = 11.84%

R = 78.95%
G = 9.21%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#780E12 (or 0x780E12) is known color: Burgundy. HEX triplet: 78, 0E and 12. RGB value is (120,14,18). Sum of RGB (Red+Green+Blue) = 120+14+18=152 (20% of max value = 765). Red value is 120 (47.27% from 255 or 78.95% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 120 - color contains mainly: red. Hex color #780E12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780E12 is #87F1ED. Grayscale: #2E2E2E. Windows color (decimal): -8909294 or 1183352. OLE color: 1183352.

HSL color Cylindrical-coordinate representation of color #780E12: hue angle of 357.74º degrees, saturation: 0.79, 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 #780E12 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 14 18 -
CMYK 0 0.88 0.85 0.53
HSL 357.74º 0.79% 0.26% -
HSV(B) 357.74º 0.88% 0.47% -
XYZ 8.01 4.35 0.99 -
YUV 46.15 112.12 180.67 -
System Red Green Blue C M Y K H S L
Decimal 120 14 18 0 0.88 0.85 0.53 357.74 0.79 0.26
Hex 78 E 12 0 58 55 35 166 4F 1A
Octal 170 16 22 0 130 125 65 546 117 32
Binary 1111000 1110 10010 0 1011000 1010101 110101 101100110 1001111 11010

Color Harmonies of #780E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780E12

Black with #780E12

Text Example


Text Example

White with #780E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,14,18); }

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

background-color css

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

 a { background-color: rgb(120,14,18); }

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

border-color css

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

 span { border-color: rgb(120,14,18); }

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