Html Css Color HEX #760528 Burgundy

📋 copy color: '#760528'

red 118 ◦ green 5 ◦ blue 40

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

Shades of Burgundy #760528

Tints of Burgundy #760528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 24.54%

R = 72.39%
G = 3.07%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#760528 (or 0x760528) is known color: Burgundy. HEX triplet: 76, 05 and 28. RGB value is (118,5,40). Sum of RGB (Red+Green+Blue) = 118+5+40=163 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.39% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 118 - color contains mainly: red. Hex color #760528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760528 is #89FAD7. Grayscale: #2A2A2A. Windows color (decimal): -9042648 or 2622838. OLE color: 2622838.

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

Color convert

RGB 118 5 40 -
CMYK 0 0.96 0.66 0.54
HSL 341.42º 0.92% 0.24% -
HSV(B) 341.42º 0.96% 0.46% -
XYZ 7.91 4.11 2.38 -
YUV 42.78 126.44 181.65 -
System Red Green Blue C M Y K H S L
Decimal 118 5 40 0 0.96 0.66 0.54 341.42 0.92 0.24
Hex 76 5 28 0 60 42 36 155 5C 18
Octal 166 5 50 0 140 102 66 525 134 30
Binary 1110110 101 101000 0 1100000 1000010 110110 101010101 1011100 11000

Color Harmonies of #760528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760528

Black with #760528

Text Example


Text Example

White with #760528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760528; }

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

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

background-color css

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

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

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

border-color css

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

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

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