Html Css Color HEX #780024 Burgundy

📋 copy color: '#780024'

red 120 ◦ green 0 ◦ blue 36

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

Shades of Burgundy #780024

Tints of Burgundy #780024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 36 (14.45% from 255) = 23.08%

R = 76.92%
G = 0%
B = 23.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.7

 K value IS 0.53

RGB Variations

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

Color information

#780024 (or 0x780024) is known color: Burgundy. HEX triplet: 78, 00 and 24. RGB value is (120,0,36). Sum of RGB (Red+Green+Blue) = 120+0+36=156 (20% of max value = 765). Red value is 120 (47.27% from 255 or 76.92% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 120 - color contains mainly: red. Hex color #780024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780024 is #87FFDB. Grayscale: #272727. Windows color (decimal): -8912860 or 2359416. OLE color: 2359416.

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

Color convert

RGB 120 0 36 -
CMYK 0 1 0.7 0.53
HSL 342º 1% 0.24% -
HSV(B) 342º 1% 0.47% -
XYZ 8.06 4.12 2.04 -
YUV 39.98 125.76 185.07 -
System Red Green Blue C M Y K H S L
Decimal 120 0 36 0 1 0.7 0.53 342 1 0.24
Hex 78 0 24 0 64 46 35 156 64 18
Octal 170 0 44 0 144 106 65 526 144 30
Binary 1111000 0 100100 0 1100100 1000110 110101 101010110 1100100 11000

Color Harmonies of #780024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780024

Black with #780024

Text Example


Text Example

White with #780024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780024; }

 p { color: rgb(120,0,36); }

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

background-color css

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

 a { background-color: rgb(120,0,36); }

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

border-color css

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

 span { border-color: rgb(120,0,36); }

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