Html Css Color HEX #780A2F Burgundy

📋 copy color: '#780A2F'

red 120 ◦ green 10 ◦ blue 47

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

Shades of Burgundy #780A2F

Tints of Burgundy #780A2F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.65%

 BLUE value IS 47 (18.75% from 255) = 26.55%

R = 67.8%
G = 5.65%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#780A2F (or 0x780A2F) is known color: Burgundy. HEX triplet: 78, 0A and 2F. RGB value is (120,10,47). Sum of RGB (Red+Green+Blue) = 120+10+47=177 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.80% from 177); Green value is 10 (4.30% from 255 or 5.65% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 120 - color contains mainly: red. Hex color #780A2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780A2F is #87F5D0. Grayscale: #2F2F2F. Windows color (decimal): -8910289 or 3082872. OLE color: 3082872.

HSL color Cylindrical-coordinate representation of color #780A2F: hue angle of 339.82º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780A2F is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 10 47 -
CMYK 0 0.92 0.61 0.53
HSL 339.82º 0.85% 0.25% -
HSV(B) 339.82º 0.92% 0.47% -
XYZ 8.37 4.42 3.1 -
YUV 47.11 127.94 179.99 -
System Red Green Blue C M Y K H S L
Decimal 120 10 47 0 0.92 0.61 0.53 339.82 0.85 0.25
Hex 78 A 2F 0 5C 3D 35 154 55 19
Octal 170 12 57 0 134 75 65 524 125 31
Binary 1111000 1010 101111 0 1011100 111101 110101 101010100 1010101 11001

Color Harmonies of #780A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780A2F

Black with #780A2F

Text Example


Text Example

White with #780A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,10,47); }

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

background-color css

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

 a { background-color: rgb(120,10,47); }

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

border-color css

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

 span { border-color: rgb(120,10,47); }

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