Html Css Color HEX #760A29 Burgundy

📋 copy color: '#760A29'

red 118 ◦ green 10 ◦ blue 41

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

Shades of Burgundy #760A29

Tints of Burgundy #760A29

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.92%

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

R = 69.82%
G = 5.92%
B = 24.26%

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

#760A29 (or 0x760A29) is known color: Burgundy. HEX triplet: 76, 0A and 29. RGB value is (118,10,41). Sum of RGB (Red+Green+Blue) = 118+10+41=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 10 (4.30% from 255 or 5.92% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #760A29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760A29 is #89F5D6. Grayscale: #2D2D2D. Windows color (decimal): -9041367 or 2689654. OLE color: 2689654.

HSL color Cylindrical-coordinate representation of color #760A29: hue angle of 342.78º degrees, saturation: 0.84, 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 #760A29 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 10 41 -
CMYK 0 0.92 0.65 0.54
HSL 342.78º 0.84% 0.25% -
HSV(B) 342.78º 0.92% 0.46% -
XYZ 7.98 4.23 2.49 -
YUV 45.83 125.28 179.48 -
System Red Green Blue C M Y K H S L
Decimal 118 10 41 0 0.92 0.65 0.54 342.78 0.84 0.25
Hex 76 A 29 0 5C 41 36 157 54 19
Octal 166 12 51 0 134 101 66 527 124 31
Binary 1110110 1010 101001 0 1011100 1000001 110110 101010111 1010100 11001

Color Harmonies of #760A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760A29

Black with #760A29

Text Example


Text Example

White with #760A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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