Html Css Color HEX #760429 Burgundy

📋 copy color: '#760429'

red 118 ◦ green 4 ◦ blue 41

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

Shades of Burgundy #760429

Tints of Burgundy #760429

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.45%

 BLUE value IS 41 (16.41% from 255) = 25.15%

R = 72.39%
G = 2.45%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#760429 (or 0x760429) is known color: Burgundy. HEX triplet: 76, 04 and 29. RGB value is (118,4,41). Sum of RGB (Red+Green+Blue) = 118+4+41=163 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.39% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 118 - color contains mainly: red. Hex color #760429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760429 is #89FBD6. Grayscale: #2A2A2A. Windows color (decimal): -9042903 or 2688118. OLE color: 2688118.

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

Color convert

RGB 118 4 41 -
CMYK 0 0.97 0.65 0.54
HSL 340.53º 0.93% 0.24% -
HSV(B) 340.53º 0.97% 0.46% -
XYZ 7.91 4.1 2.47 -
YUV 42.3 127.27 181.99 -
System Red Green Blue C M Y K H S L
Decimal 118 4 41 0 0.97 0.65 0.54 340.53 0.93 0.24
Hex 76 4 29 0 61 41 36 155 5D 18
Octal 166 4 51 0 141 101 66 525 135 30
Binary 1110110 100 101001 0 1100001 1000001 110110 101010101 1011101 11000

Color Harmonies of #760429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760429

Black with #760429

Text Example


Text Example

White with #760429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760429; }

 p { color: rgb(118,4,41); }

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

background-color css

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

 a { background-color: rgb(118,4,41); }

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

border-color css

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

 span { border-color: rgb(118,4,41); }

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