Html Css Color HEX #780430 Burgundy

📋 copy color: '#780430'

red 120 ◦ green 4 ◦ blue 48

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

Shades of Burgundy #780430

Tints of Burgundy #780430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 27.91%

R = 69.77%
G = 2.33%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#780430 (or 0x780430) is known color: Burgundy. HEX triplet: 78, 04 and 30. RGB value is (120,4,48). Sum of RGB (Red+Green+Blue) = 120+4+48=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #780430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780430 is #87FBCF. Grayscale: #2B2B2B. Windows color (decimal): -8911824 or 3146872. OLE color: 3146872.

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

Color convert

RGB 120 4 48 -
CMYK 0 0.97 0.60 0.53
HSL 337.24º 0.94% 0.24% -
HSV(B) 337.24º 0.97% 0.47% -
XYZ 8.32 4.29 3.19 -
YUV 43.7 130.43 182.42 -
System Red Green Blue C M Y K H S L
Decimal 120 4 48 0 0.97 0.60 0.53 337.24 0.94 0.24
Hex 78 4 30 0 61 3C 35 151 5E 18
Octal 170 4 60 0 141 74 65 521 136 30
Binary 1111000 100 110000 0 1100001 111100 110101 101010001 1011110 11000

Color Harmonies of #780430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780430

Black with #780430

Text Example


Text Example

White with #780430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780430; }

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

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

background-color css

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

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

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

border-color css

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

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

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