Html Css Color HEX #780433 Burgundy

📋 copy color: '#780433'

red 120 ◦ green 4 ◦ blue 51

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

Shades of Burgundy #780433

Tints of Burgundy #780433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 29.14%

R = 68.57%
G = 2.29%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#780433 (or 0x780433) is known color: Burgundy. HEX triplet: 78, 04 and 33. RGB value is (120,4,51). Sum of RGB (Red+Green+Blue) = 120+4+51=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 51 (20.31% from 255 or 29.14% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #780433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780433 is #87FBCC. Grayscale: #2B2B2B. Windows color (decimal): -8911821 or 3343480. OLE color: 3343480.

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

Color convert

RGB 120 4 51 -
CMYK 0 0.97 0.58 0.53
HSL 335.69º 0.94% 0.24% -
HSV(B) 335.69º 0.97% 0.47% -
XYZ 8.39 4.32 3.52 -
YUV 44.04 131.93 182.18 -
System Red Green Blue C M Y K H S L
Decimal 120 4 51 0 0.97 0.58 0.53 335.69 0.94 0.24
Hex 78 4 33 0 61 3A 35 150 5E 18
Octal 170 4 63 0 141 72 65 520 136 30
Binary 1111000 100 110011 0 1100001 111010 110101 101010000 1011110 11000

Color Harmonies of #780433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780433

Black with #780433

Text Example


Text Example

White with #780433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780433; }

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

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

background-color css

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

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

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

border-color css

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

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

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