Html Css Color HEX #780C2D Burgundy

📋 copy color: '#780C2D'

red 120 ◦ green 12 ◦ blue 45

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

Shades of Burgundy #780C2D

Tints of Burgundy #780C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.42%

R = 67.8%
G = 6.78%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#780C2D (or 0x780C2D) is known color: Burgundy. HEX triplet: 78, 0C and 2D. RGB value is (120,12,45). Sum of RGB (Red+Green+Blue) = 120+12+45=177 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.80% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 120 - color contains mainly: red. Hex color #780C2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780C2D is #87F3D2. Grayscale: #303030. Windows color (decimal): -8909779 or 2952312. OLE color: 2952312.

HSL color Cylindrical-coordinate representation of color #780C2D: hue angle of 341.67º 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 #780C2D is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 12 45 -
CMYK 0 0.90 0.63 0.53
HSL 341.67º 0.82% 0.26% -
HSV(B) 341.67º 0.9% 0.47% -
XYZ 8.35 4.45 2.9 -
YUV 48.05 126.28 179.32 -
System Red Green Blue C M Y K H S L
Decimal 120 12 45 0 0.90 0.63 0.53 341.67 0.82 0.26
Hex 78 C 2D 0 5A 3F 35 156 52 1A
Octal 170 14 55 0 132 77 65 526 122 32
Binary 1111000 1100 101101 0 1011010 111111 110101 101010110 1010010 11010

Color Harmonies of #780C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780C2D

Black with #780C2D

Text Example


Text Example

White with #780C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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