Html Css Color HEX #780232 Burgundy

📋 copy color: '#780232'

red 120 ◦ green 2 ◦ blue 50

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

Shades of Burgundy #780232

Tints of Burgundy #780232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

 BLUE value IS 50 (19.92% from 255) = 29.07%

R = 69.77%
G = 1.16%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#780232 (or 0x780232) is known color: Burgundy. HEX triplet: 78, 02 and 32. RGB value is (120,2,50). Sum of RGB (Red+Green+Blue) = 120+2+50=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #780232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780232 is #87FDCD. Grayscale: #2A2A2A. Windows color (decimal): -8912334 or 3277432. OLE color: 3277432.

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

Color convert

RGB 120 2 50 -
CMYK 0 0.98 0.58 0.53
HSL 335.59º 0.97% 0.24% -
HSV(B) 335.59º 0.98% 0.47% -
XYZ 8.34 4.27 3.4 -
YUV 42.75 132.09 183.1 -
System Red Green Blue C M Y K H S L
Decimal 120 2 50 0 0.98 0.58 0.53 335.59 0.97 0.24
Hex 78 2 32 0 62 3A 35 150 61 18
Octal 170 2 62 0 142 72 65 520 141 30
Binary 1111000 10 110010 0 1100010 111010 110101 101010000 1100001 11000

Color Harmonies of #780232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780232

Black with #780232

Text Example


Text Example

White with #780232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780232; }

 p { color: rgb(120,2,50); }

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

background-color css

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

 a { background-color: rgb(120,2,50); }

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

border-color css

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

 span { border-color: rgb(120,2,50); }

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