Html Css Color HEX #760525 Burgundy

📋 copy color: '#760525'

red 118 ◦ green 5 ◦ blue 37

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

Shades of Burgundy #760525

Tints of Burgundy #760525

RGB

 RED value IS 118 (46.48% from 255) = 73.75%

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

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

R = 73.75%
G = 3.13%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#760525 (or 0x760525) is known color: Burgundy. HEX triplet: 76, 05 and 25. RGB value is (118,5,37). Sum of RGB (Red+Green+Blue) = 118+5+37=160 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.75% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 118 - color contains mainly: red. Hex color #760525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760525 is #89FADA. Grayscale: #2A2A2A. Windows color (decimal): -9042651 or 2426230. OLE color: 2426230.

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

Color convert

RGB 118 5 37 -
CMYK 0 0.96 0.69 0.54
HSL 343.01º 0.92% 0.24% -
HSV(B) 343.01º 0.96% 0.46% -
XYZ 7.86 4.09 2.13 -
YUV 42.44 124.94 181.9 -
System Red Green Blue C M Y K H S L
Decimal 118 5 37 0 0.96 0.69 0.54 343.01 0.92 0.24
Hex 76 5 25 0 60 45 36 157 5C 18
Octal 166 5 45 0 140 105 66 527 134 30
Binary 1110110 101 100101 0 1100000 1000101 110110 101010111 1011100 11000

Color Harmonies of #760525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760525

Black with #760525

Text Example


Text Example

White with #760525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760525; }

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

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

background-color css

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

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

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

border-color css

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

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

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