Html Css Color HEX #760929 Burgundy

📋 copy color: '#760929'

red 118 ◦ green 9 ◦ blue 41

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

Shades of Burgundy #760929

Tints of Burgundy #760929

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.36%

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

R = 70.24%
G = 5.36%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#760929 (or 0x760929) is known color: Burgundy. HEX triplet: 76, 09 and 29. RGB value is (118,9,41). Sum of RGB (Red+Green+Blue) = 118+9+41=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #760929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760929 is #89F6D6. Grayscale: #2D2D2D. Windows color (decimal): -9041623 or 2689398. OLE color: 2689398.

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

Color convert

RGB 118 9 41 -
CMYK 0 0.92 0.65 0.54
HSL 342.39º 0.86% 0.25% -
HSV(B) 342.39º 0.92% 0.46% -
XYZ 7.97 4.21 2.49 -
YUV 45.24 125.61 179.9 -
System Red Green Blue C M Y K H S L
Decimal 118 9 41 0 0.92 0.65 0.54 342.39 0.86 0.25
Hex 76 9 29 0 5C 41 36 156 56 19
Octal 166 11 51 0 134 101 66 526 126 31
Binary 1110110 1001 101001 0 1011100 1000001 110110 101010110 1010110 11001

Color Harmonies of #760929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760929

Black with #760929

Text Example


Text Example

White with #760929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760929; }

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

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

background-color css

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

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

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

border-color css

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

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

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