Html Css Color HEX #780D29 Burgundy

📋 copy color: '#780D29'

red 120 ◦ green 13 ◦ blue 41

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

Shades of Burgundy #780D29

Tints of Burgundy #780D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 23.56%

R = 68.97%
G = 7.47%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#780D29 (or 0x780D29) is known color: Burgundy. HEX triplet: 78, 0D and 29. RGB value is (120,13,41). Sum of RGB (Red+Green+Blue) = 120+13+41=174 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.97% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 120 - color contains mainly: red. Hex color #780D29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780D29 is #87F2D6. Grayscale: #303030. Windows color (decimal): -8909527 or 2690424. OLE color: 2690424.

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

Color convert

RGB 120 13 41 -
CMYK 0 0.89 0.66 0.53
HSL 344.3º 0.8% 0.26% -
HSV(B) 344.3º 0.89% 0.47% -
XYZ 8.29 4.44 2.52 -
YUV 48.19 123.95 179.22 -
System Red Green Blue C M Y K H S L
Decimal 120 13 41 0 0.89 0.66 0.53 344.3 0.8 0.26
Hex 78 D 29 0 59 42 35 158 50 1A
Octal 170 15 51 0 131 102 65 530 120 32
Binary 1111000 1101 101001 0 1011001 1000010 110101 101011000 1010000 11010

Color Harmonies of #780D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780D29

Black with #780D29

Text Example


Text Example

White with #780D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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