Html Css Color HEX #780C1F Burgundy

📋 copy color: '#780C1F'

red 120 ◦ green 12 ◦ blue 31

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

Shades of Burgundy #780C1F

Tints of Burgundy #780C1F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.36%

 BLUE value IS 31 (12.5% from 255) = 19.02%

R = 73.62%
G = 7.36%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#780C1F (or 0x780C1F) is known color: Burgundy. HEX triplet: 78, 0C and 1F. RGB value is (120,12,31). Sum of RGB (Red+Green+Blue) = 120+12+31=163 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.62% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 120 - color contains mainly: red. Hex color #780C1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780C1F is #87F3E0. Grayscale: #2E2E2E. Windows color (decimal): -8909793 or 2034808. OLE color: 2034808.

HSL color Cylindrical-coordinate representation of color #780C1F: hue angle of 349.44º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C1F is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 12 31 -
CMYK 0 0.90 0.74 0.53
HSL 349.44º 0.82% 0.26% -
HSV(B) 349.44º 0.9% 0.47% -
XYZ 8.12 4.35 1.71 -
YUV 46.46 119.28 180.46 -
System Red Green Blue C M Y K H S L
Decimal 120 12 31 0 0.90 0.74 0.53 349.44 0.82 0.26
Hex 78 C 1F 0 5A 4A 35 15D 52 1A
Octal 170 14 37 0 132 112 65 535 122 32
Binary 1111000 1100 11111 0 1011010 1001010 110101 101011101 1010010 11010

Color Harmonies of #780C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780C1F

Black with #780C1F

Text Example


Text Example

White with #780C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,12,31); }

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

background-color css

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

 a { background-color: rgb(120,12,31); }

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

border-color css

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

 span { border-color: rgb(120,12,31); }

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