Html Css Color HEX #780331 Burgundy

📋 copy color: '#780331'

red 120 ◦ green 3 ◦ blue 49

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

Shades of Burgundy #780331

Tints of Burgundy #780331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.74%

 BLUE value IS 49 (19.53% from 255) = 28.49%

R = 69.77%
G = 1.74%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#780331 (or 0x780331) is known color: Burgundy. HEX triplet: 78, 03 and 31. RGB value is (120,3,49). Sum of RGB (Red+Green+Blue) = 120+3+49=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #780331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780331 is #87FCCE. Grayscale: #2B2B2B. Windows color (decimal): -8912079 or 3212152. OLE color: 3212152.

HSL color Cylindrical-coordinate representation of color #780331: hue angle of 336.41º degrees, saturation: 0.95, 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 #780331 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 3 49 -
CMYK 0 0.98 0.59 0.53
HSL 336.41º 0.95% 0.24% -
HSV(B) 336.41º 0.98% 0.47% -
XYZ 8.33 4.28 3.29 -
YUV 43.23 131.26 182.76 -
System Red Green Blue C M Y K H S L
Decimal 120 3 49 0 0.98 0.59 0.53 336.41 0.95 0.24
Hex 78 3 31 0 62 3B 35 150 5F 18
Octal 170 3 61 0 142 73 65 520 137 30
Binary 1111000 11 110001 0 1100010 111011 110101 101010000 1011111 11000

Color Harmonies of #780331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780331

Black with #780331

Text Example


Text Example

White with #780331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780331; }

 p { color: rgb(120,3,49); }

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

background-color css

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

 a { background-color: rgb(120,3,49); }

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

border-color css

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

 span { border-color: rgb(120,3,49); }

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