Html Css Color HEX #760A19 Burgundy

📋 copy color: '#760A19'

red 118 ◦ green 10 ◦ blue 25

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

Shades of Burgundy #760A19

Tints of Burgundy #760A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.34%

R = 77.12%
G = 6.54%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#760A19 (or 0x760A19) is known color: Burgundy. HEX triplet: 76, 0A and 19. RGB value is (118,10,25). Sum of RGB (Red+Green+Blue) = 118+10+25=153 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.12% from 153); Green value is 10 (4.30% from 255 or 6.54% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 118 - color contains mainly: red. Hex color #760A19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760A19 is #89F5E6. Grayscale: #2C2C2C. Windows color (decimal): -9041383 or 1641078. OLE color: 1641078.

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

Color convert

RGB 118 10 25 -
CMYK 0 0.92 0.79 0.54
HSL 351.67º 0.84% 0.25% -
HSV(B) 351.67º 0.92% 0.46% -
XYZ 7.76 4.14 1.31 -
YUV 44 117.28 180.78 -
System Red Green Blue C M Y K H S L
Decimal 118 10 25 0 0.92 0.79 0.54 351.67 0.84 0.25
Hex 76 A 19 0 5C 4F 36 160 54 19
Octal 166 12 31 0 134 117 66 540 124 31
Binary 1110110 1010 11001 0 1011100 1001111 110110 101100000 1010100 11001

Color Harmonies of #760A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760A19

Black with #760A19

Text Example


Text Example

White with #760A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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