Html Css Color HEX #760D19 Burgundy

📋 copy color: '#760D19'

red 118 ◦ green 13 ◦ blue 25

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

Shades of Burgundy #760D19

Tints of Burgundy #760D19

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.33%

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

R = 75.64%
G = 8.33%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#760D19 (or 0x760D19) is known color: Burgundy. HEX triplet: 76, 0D and 19. RGB value is (118,13,25). Sum of RGB (Red+Green+Blue) = 118+13+25=156 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.64% from 156); Green value is 13 (5.47% from 255 or 8.33% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 118 - color contains mainly: red. Hex color #760D19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760D19 is #89F2E6. Grayscale: #2D2D2D. Windows color (decimal): -9040615 or 1641846. OLE color: 1641846.

HSL color Cylindrical-coordinate representation of color #760D19: hue angle of 353.14º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #760D19 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 13 25 -
CMYK 0 0.89 0.79 0.54
HSL 353.14º 0.8% 0.26% -
HSV(B) 353.14º 0.89% 0.46% -
XYZ 7.79 4.21 1.32 -
YUV 45.76 116.29 179.52 -
System Red Green Blue C M Y K H S L
Decimal 118 13 25 0 0.89 0.79 0.54 353.14 0.8 0.26
Hex 76 D 19 0 59 4F 36 161 50 1A
Octal 166 15 31 0 131 117 66 541 120 32
Binary 1110110 1101 11001 0 1011001 1001111 110110 101100001 1010000 11010

Color Harmonies of #760D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760D19

Black with #760D19

Text Example


Text Example

White with #760D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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