Html Css Color HEX #780D2D Burgundy

📋 copy color: '#780D2D'

red 120 ◦ green 13 ◦ blue 45

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

Shades of Burgundy #780D2D

Tints of Burgundy #780D2D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.3%

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

R = 67.42%
G = 7.3%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#780D2D (or 0x780D2D) is known color: Burgundy. HEX triplet: 78, 0D and 2D. RGB value is (120,13,45). Sum of RGB (Red+Green+Blue) = 120+13+45=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 13 (5.47% from 255 or 7.30% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #780D2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780D2D is #87F2D2. Grayscale: #303030. Windows color (decimal): -8909523 or 2952568. OLE color: 2952568.

HSL color Cylindrical-coordinate representation of color #780D2D: hue angle of 342.06º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #780D2D is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 13 45 -
CMYK 0 0.89 0.63 0.53
HSL 342.06º 0.8% 0.26% -
HSV(B) 342.06º 0.89% 0.47% -
XYZ 8.36 4.47 2.9 -
YUV 48.64 125.95 178.9 -
System Red Green Blue C M Y K H S L
Decimal 120 13 45 0 0.89 0.63 0.53 342.06 0.8 0.26
Hex 78 D 2D 0 59 3F 35 156 50 1A
Octal 170 15 55 0 131 77 65 526 120 32
Binary 1111000 1101 101101 0 1011001 111111 110101 101010110 1010000 11010

Color Harmonies of #780D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780D2D

Black with #780D2D

Text Example


Text Example

White with #780D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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