Html Css Color HEX #760129 Burgundy

📋 copy color: '#760129'

red 118 ◦ green 1 ◦ blue 41

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

Shades of Burgundy #760129

Tints of Burgundy #760129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

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

R = 73.75%
G = 0.63%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#760129 (or 0x760129) is known color: Burgundy. HEX triplet: 76, 01 and 29. RGB value is (118,1,41). Sum of RGB (Red+Green+Blue) = 118+1+41=160 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.75% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 118 - color contains mainly: red. Hex color #760129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760129 is #89FED6. Grayscale: #282828. Windows color (decimal): -9043671 or 2687350. OLE color: 2687350.

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

Color convert

RGB 118 1 41 -
CMYK 0 0.99 0.65 0.54
HSL 339.49º 0.98% 0.23% -
HSV(B) 339.49º 0.99% 0.46% -
XYZ 7.88 4.03 2.46 -
YUV 40.54 128.26 183.25 -
System Red Green Blue C M Y K H S L
Decimal 118 1 41 0 0.99 0.65 0.54 339.49 0.98 0.23
Hex 76 1 29 0 63 41 36 153 62 17
Octal 166 1 51 0 143 101 66 523 142 27
Binary 1110110 1 101001 0 1100011 1000001 110110 101010011 1100010 10111

Color Harmonies of #760129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760129

Black with #760129

Text Example


Text Example

White with #760129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760129; }

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

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

background-color css

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

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

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

border-color css

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

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

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