Html Css Color HEX #780D32 Burgundy

📋 copy color: '#780D32'

red 120 ◦ green 13 ◦ blue 50

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

Shades of Burgundy #780D32

Tints of Burgundy #780D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 27.32%

R = 65.57%
G = 7.1%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#780D32 (or 0x780D32) is known color: Burgundy. HEX triplet: 78, 0D and 32. RGB value is (120,13,50). Sum of RGB (Red+Green+Blue) = 120+13+50=183 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.57% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 120 - color contains mainly: red. Hex color #780D32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780D32 is #87F2CD. Grayscale: #313131. Windows color (decimal): -8909518 or 3280248. OLE color: 3280248.

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

Color convert

RGB 120 13 50 -
CMYK 0 0.89 0.58 0.53
HSL 339.25º 0.8% 0.26% -
HSV(B) 339.25º 0.89% 0.47% -
XYZ 8.47 4.51 3.44 -
YUV 49.21 128.45 178.49 -
System Red Green Blue C M Y K H S L
Decimal 120 13 50 0 0.89 0.58 0.53 339.25 0.8 0.26
Hex 78 D 32 0 59 3A 35 153 50 1A
Octal 170 15 62 0 131 72 65 523 120 32
Binary 1111000 1101 110010 0 1011001 111010 110101 101010011 1010000 11010

Color Harmonies of #780D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780D32

Black with #780D32

Text Example


Text Example

White with #780D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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