Html Css Color HEX #780B21 Burgundy

📋 copy color: '#780B21'

red 120 ◦ green 11 ◦ blue 33

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

Shades of Burgundy #780B21

Tints of Burgundy #780B21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 20.12%

R = 73.17%
G = 6.71%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#780B21 (or 0x780B21) is known color: Burgundy. HEX triplet: 78, 0B and 21. RGB value is (120,11,33). Sum of RGB (Red+Green+Blue) = 120+11+33=164 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.17% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 120 - color contains mainly: red. Hex color #780B21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780B21 is #87F4DE. Grayscale: #2E2E2E. Windows color (decimal): -8910047 or 2165624. OLE color: 2165624.

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

Color convert

RGB 120 11 33 -
CMYK 0 0.91 0.72 0.53
HSL 347.89º 0.83% 0.26% -
HSV(B) 347.89º 0.91% 0.47% -
XYZ 8.14 4.34 1.85 -
YUV 46.1 120.61 180.71 -
System Red Green Blue C M Y K H S L
Decimal 120 11 33 0 0.91 0.72 0.53 347.89 0.83 0.26
Hex 78 B 21 0 5B 48 35 15C 53 1A
Octal 170 13 41 0 133 110 65 534 123 32
Binary 1111000 1011 100001 0 1011011 1001000 110101 101011100 1010011 11010

Color Harmonies of #780B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780B21

Black with #780B21

Text Example


Text Example

White with #780B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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