Html Css Color HEX #760C29 Burgundy

📋 copy color: '#760C29'

red 118 ◦ green 12 ◦ blue 41

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

Shades of Burgundy #760C29

Tints of Burgundy #760C29

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.02%

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

R = 69.01%
G = 7.02%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#760C29 (or 0x760C29) is known color: Burgundy. HEX triplet: 76, 0C and 29. RGB value is (118,12,41). Sum of RGB (Red+Green+Blue) = 118+12+41=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #760C29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760C29 is #89F3D6. Grayscale: #2E2E2E. Windows color (decimal): -9040855 or 2690166. OLE color: 2690166.

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

Color convert

RGB 118 12 41 -
CMYK 0 0.90 0.65 0.54
HSL 343.58º 0.82% 0.25% -
HSV(B) 343.58º 0.9% 0.46% -
XYZ 8 4.27 2.5 -
YUV 47 124.62 178.64 -
System Red Green Blue C M Y K H S L
Decimal 118 12 41 0 0.90 0.65 0.54 343.58 0.82 0.25
Hex 76 C 29 0 5A 41 36 158 52 19
Octal 166 14 51 0 132 101 66 530 122 31
Binary 1110110 1100 101001 0 1011010 1000001 110110 101011000 1010010 11001

Color Harmonies of #760C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C29

Black with #760C29

Text Example


Text Example

White with #760C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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