Html Css Color HEX #780321 Burgundy

📋 copy color: '#780321'

red 120 ◦ green 3 ◦ blue 33

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

Shades of Burgundy #780321

Tints of Burgundy #780321

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.92%

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

R = 76.92%
G = 1.92%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#780321 (or 0x780321) is known color: Burgundy. HEX triplet: 78, 03 and 21. RGB value is (120,3,33). Sum of RGB (Red+Green+Blue) = 120+3+33=156 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.92% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 120 - color contains mainly: red. Hex color #780321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780321 is #87FCDE. Grayscale: #292929. Windows color (decimal): -8912095 or 2163576. OLE color: 2163576.

HSL color Cylindrical-coordinate representation of color #780321: hue angle of 344.62º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780321 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 3 33 -
CMYK 0 0.98 0.72 0.53
HSL 344.62º 0.95% 0.24% -
HSV(B) 344.62º 0.98% 0.47% -
XYZ 8.05 4.17 1.82 -
YUV 41.4 123.26 184.06 -
System Red Green Blue C M Y K H S L
Decimal 120 3 33 0 0.98 0.72 0.53 344.62 0.95 0.24
Hex 78 3 21 0 62 48 35 159 5F 18
Octal 170 3 41 0 142 110 65 531 137 30
Binary 1111000 11 100001 0 1100010 1001000 110101 101011001 1011111 11000

Color Harmonies of #780321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780321

Black with #780321

Text Example


Text Example

White with #780321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780321; }

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

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

background-color css

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

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

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

border-color css

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

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

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