Html Css Color HEX #760526 Burgundy

📋 copy color: '#760526'

red 118 ◦ green 5 ◦ blue 38

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

Shades of Burgundy #760526

Tints of Burgundy #760526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 23.6%

R = 73.29%
G = 3.11%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#760526 (or 0x760526) is known color: Burgundy. HEX triplet: 76, 05 and 26. RGB value is (118,5,38). Sum of RGB (Red+Green+Blue) = 118+5+38=161 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.29% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 118 - color contains mainly: red. Hex color #760526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760526 is #89FAD9. Grayscale: #2A2A2A. Windows color (decimal): -9042650 or 2491766. OLE color: 2491766.

HSL color Cylindrical-coordinate representation of color #760526: hue angle of 342.48º 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 #760526 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 5 38 -
CMYK 0 0.96 0.68 0.54
HSL 342.48º 0.92% 0.24% -
HSV(B) 342.48º 0.96% 0.46% -
XYZ 7.88 4.1 2.21 -
YUV 42.55 125.44 181.82 -
System Red Green Blue C M Y K H S L
Decimal 118 5 38 0 0.96 0.68 0.54 342.48 0.92 0.24
Hex 76 5 26 0 60 44 36 156 5C 18
Octal 166 5 46 0 140 104 66 526 134 30
Binary 1110110 101 100110 0 1100000 1000100 110110 101010110 1011100 11000

Color Harmonies of #760526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760526

Black with #760526

Text Example


Text Example

White with #760526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760526; }

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

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

background-color css

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

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

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

border-color css

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

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

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