Html Css Color HEX #780525 Burgundy

📋 copy color: '#780525'

red 120 ◦ green 5 ◦ blue 37

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

Shades of Burgundy #780525

Tints of Burgundy #780525

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.09%

 BLUE value IS 37 (14.84% from 255) = 22.84%

R = 74.07%
G = 3.09%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#780525 (or 0x780525) is known color: Burgundy. HEX triplet: 78, 05 and 25. RGB value is (120,5,37). Sum of RGB (Red+Green+Blue) = 120+5+37=162 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.07% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 120 - color contains mainly: red. Hex color #780525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780525 is #87FADA. Grayscale: #2B2B2B. Windows color (decimal): -8911579 or 2426232. OLE color: 2426232.

HSL color Cylindrical-coordinate representation of color #780525: hue angle of 343.3º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #780525 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 5 37 -
CMYK 0 0.96 0.69 0.53
HSL 343.3º 0.92% 0.25% -
HSV(B) 343.3º 0.96% 0.47% -
XYZ 8.13 4.24 2.14 -
YUV 43.03 124.6 182.9 -
System Red Green Blue C M Y K H S L
Decimal 120 5 37 0 0.96 0.69 0.53 343.3 0.92 0.25
Hex 78 5 25 0 60 45 35 157 5C 19
Octal 170 5 45 0 140 105 65 527 134 31
Binary 1111000 101 100101 0 1100000 1000101 110101 101010111 1011100 11001

Color Harmonies of #780525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780525

Black with #780525

Text Example


Text Example

White with #780525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780525; }

 p { color: rgb(120,5,37); }

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

background-color css

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

 a { background-color: rgb(120,5,37); }

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

border-color css

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

 span { border-color: rgb(120,5,37); }

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