Html Css Color HEX #780023 Burgundy

📋 copy color: '#780023'

red 120 ◦ green 0 ◦ blue 35

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

Shades of Burgundy #780023

Tints of Burgundy #780023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 22.58%

R = 77.42%
G = 0%
B = 22.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#780023 (or 0x780023) is known color: Burgundy. HEX triplet: 78, 00 and 23. RGB value is (120,0,35). Sum of RGB (Red+Green+Blue) = 120+0+35=155 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.42% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 35 (14.06% from 255 or 22.58% from 155); Max value from RGB is 120 - color contains mainly: red. Hex color #780023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780023 is #87FFDC. Grayscale: #272727. Windows color (decimal): -8912861 or 2293880. OLE color: 2293880.

HSL color Cylindrical-coordinate representation of color #780023: hue angle of 342.5º 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 #780023 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 0 35 -
CMYK 0 1 0.71 0.53
HSL 342.5º 1% 0.24% -
HSV(B) 342.5º 1% 0.47% -
XYZ 8.05 4.11 1.96 -
YUV 39.87 125.26 185.15 -
System Red Green Blue C M Y K H S L
Decimal 120 0 35 0 1 0.71 0.53 342.5 1 0.24
Hex 78 0 23 0 64 47 35 156 64 18
Octal 170 0 43 0 144 107 65 526 144 30
Binary 1111000 0 100011 0 1100100 1000111 110101 101010110 1100100 11000

Color Harmonies of #780023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780023

Black with #780023

Text Example


Text Example

White with #780023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780023; }

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

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

background-color css

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

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

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

border-color css

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

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

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