Html Css Color HEX #760724 Burgundy

📋 copy color: '#760724'

red 118 ◦ green 7 ◦ blue 36

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

Shades of Burgundy #760724

Tints of Burgundy #760724

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.35%

 BLUE value IS 36 (14.45% from 255) = 22.36%

R = 73.29%
G = 4.35%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#760724 (or 0x760724) is known color: Burgundy. HEX triplet: 76, 07 and 24. RGB value is (118,7,36). Sum of RGB (Red+Green+Blue) = 118+7+36=161 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.29% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 118 - color contains mainly: red. Hex color #760724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760724 is #89F8DB. Grayscale: #2B2B2B. Windows color (decimal): -9042140 or 2361206. OLE color: 2361206.

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

Color convert

RGB 118 7 36 -
CMYK 0 0.94 0.69 0.54
HSL 344.32º 0.89% 0.25% -
HSV(B) 344.32º 0.94% 0.46% -
XYZ 7.87 4.13 2.05 -
YUV 43.5 123.77 181.14 -
System Red Green Blue C M Y K H S L
Decimal 118 7 36 0 0.94 0.69 0.54 344.32 0.89 0.25
Hex 76 7 24 0 5E 45 36 158 59 19
Octal 166 7 44 0 136 105 66 530 131 31
Binary 1110110 111 100100 0 1011110 1000101 110110 101011000 1011001 11001

Color Harmonies of #760724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760724

Black with #760724

Text Example


Text Example

White with #760724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760724; }

 p { color: rgb(118,7,36); }

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

background-color css

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

 a { background-color: rgb(118,7,36); }

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

border-color css

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

 span { border-color: rgb(118,7,36); }

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