Html Css Color HEX #780423 Burgundy

📋 copy color: '#780423'

red 120 ◦ green 4 ◦ blue 35

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

Shades of Burgundy #780423

Tints of Burgundy #780423

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.52%

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

R = 75.47%
G = 2.52%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#780423 (or 0x780423) is known color: Burgundy. HEX triplet: 78, 04 and 23. RGB value is (120,4,35). Sum of RGB (Red+Green+Blue) = 120+4+35=159 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75.47% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 35 (14.06% from 255 or 22.01% from 159); Max value from RGB is 120 - color contains mainly: red. Hex color #780423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780423 is #87FBDC. Grayscale: #2A2A2A. Windows color (decimal): -8911837 or 2294904. OLE color: 2294904.

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

Color convert

RGB 120 4 35 -
CMYK 0 0.97 0.71 0.53
HSL 343.97º 0.94% 0.24% -
HSV(B) 343.97º 0.97% 0.47% -
XYZ 8.09 4.2 1.97 -
YUV 42.22 123.93 183.48 -
System Red Green Blue C M Y K H S L
Decimal 120 4 35 0 0.97 0.71 0.53 343.97 0.94 0.24
Hex 78 4 23 0 61 47 35 158 5E 18
Octal 170 4 43 0 141 107 65 530 136 30
Binary 1111000 100 100011 0 1100001 1000111 110101 101011000 1011110 11000

Color Harmonies of #780423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780423

Black with #780423

Text Example


Text Example

White with #780423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780423; }

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

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

background-color css

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

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

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

border-color css

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

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

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