Html Css Color HEX #760819 Burgundy

📋 copy color: '#760819'

red 118 ◦ green 8 ◦ blue 25

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

Shades of Burgundy #760819

Tints of Burgundy #760819

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.3%

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

R = 78.15%
G = 5.3%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#760819 (or 0x760819) is known color: Burgundy. HEX triplet: 76, 08 and 19. RGB value is (118,8,25). Sum of RGB (Red+Green+Blue) = 118+8+25=151 (20% of max value = 765). Red value is 118 (46.48% from 255 or 78.15% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 118 - color contains mainly: red. Hex color #760819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760819 is #89F7E6. Grayscale: #2A2A2A. Windows color (decimal): -9041895 or 1640566. OLE color: 1640566.

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

Color convert

RGB 118 8 25 -
CMYK 0 0.93 0.79 0.54
HSL 350.73º 0.87% 0.25% -
HSV(B) 350.73º 0.93% 0.46% -
XYZ 7.73 4.1 1.3 -
YUV 42.83 117.94 181.62 -
System Red Green Blue C M Y K H S L
Decimal 118 8 25 0 0.93 0.79 0.54 350.73 0.87 0.25
Hex 76 8 19 0 5D 4F 36 15F 57 19
Octal 166 10 31 0 135 117 66 537 127 31
Binary 1110110 1000 11001 0 1011101 1001111 110110 101011111 1010111 11001

Color Harmonies of #760819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760819

Black with #760819

Text Example


Text Example

White with #760819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760819; }

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

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

background-color css

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

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

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

border-color css

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

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

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