Html Css Color HEX #780B33 Burgundy

📋 copy color: '#780B33'

red 120 ◦ green 11 ◦ blue 51

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

Shades of Burgundy #780B33

Tints of Burgundy #780B33

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.04%

 BLUE value IS 51 (20.31% from 255) = 28.02%

R = 65.93%
G = 6.04%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#780B33 (or 0x780B33) is known color: Burgundy. HEX triplet: 78, 0B and 33. RGB value is (120,11,51). Sum of RGB (Red+Green+Blue) = 120+11+51=182 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.93% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 120 - color contains mainly: red. Hex color #780B33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780B33 is #87F4CC. Grayscale: #303030. Windows color (decimal): -8910029 or 3345272. OLE color: 3345272.

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

Color convert

RGB 120 11 51 -
CMYK 0 0.91 0.58 0.53
HSL 337.98º 0.83% 0.26% -
HSV(B) 337.98º 0.91% 0.47% -
XYZ 8.46 4.47 3.55 -
YUV 48.15 129.61 179.25 -
System Red Green Blue C M Y K H S L
Decimal 120 11 51 0 0.91 0.58 0.53 337.98 0.83 0.26
Hex 78 B 33 0 5B 3A 35 152 53 1A
Octal 170 13 63 0 133 72 65 522 123 32
Binary 1111000 1011 110011 0 1011011 111010 110101 101010010 1010011 11010

Color Harmonies of #780B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780B33

Black with #780B33

Text Example


Text Example

White with #780B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,11,51); }

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

background-color css

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

 a { background-color: rgb(120,11,51); }

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

border-color css

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

 span { border-color: rgb(120,11,51); }

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