Html Css Color HEX #760818 Burgundy

📋 copy color: '#760818'

red 118 ◦ green 8 ◦ blue 24

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

Shades of Burgundy #760818

Tints of Burgundy #760818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16%

R = 78.67%
G = 5.33%
B = 16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#760818 (or 0x760818) is known color: Burgundy. HEX triplet: 76, 08 and 18. RGB value is (118,8,24). Sum of RGB (Red+Green+Blue) = 118+8+24=150 (19% of max value = 765). Red value is 118 (46.48% from 255 or 78.67% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 118 - color contains mainly: red. Hex color #760818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760818 is #89F7E7. Grayscale: #2A2A2A. Windows color (decimal): -9041896 or 1575030. OLE color: 1575030.

HSL color Cylindrical-coordinate representation of color #760818: hue angle of 351.27º 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 #760818 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 8 24 -
CMYK 0 0.93 0.80 0.54
HSL 351.27º 0.87% 0.25% -
HSV(B) 351.27º 0.93% 0.46% -
XYZ 7.72 4.09 1.25 -
YUV 42.71 117.44 181.7 -
System Red Green Blue C M Y K H S L
Decimal 118 8 24 0 0.93 0.80 0.54 351.27 0.87 0.25
Hex 76 8 18 0 5D 50 36 15F 57 19
Octal 166 10 30 0 135 120 66 537 127 31
Binary 1110110 1000 11000 0 1011101 1010000 110110 101011111 1010111 11001

Color Harmonies of #760818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760818

Black with #760818

Text Example


Text Example

White with #760818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760818; }

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

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

background-color css

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

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

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

border-color css

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

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

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