Html Css Color HEX #760918 Burgundy

📋 copy color: '#760918'

red 118 ◦ green 9 ◦ blue 24

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

Shades of Burgundy #760918

Tints of Burgundy #760918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.96%

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

R = 78.15%
G = 5.96%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#760918 (or 0x760918) is known color: Burgundy. HEX triplet: 76, 09 and 18. RGB value is (118,9,24). Sum of RGB (Red+Green+Blue) = 118+9+24=151 (20% of max value = 765). Red value is 118 (46.48% from 255 or 78.15% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 118 - color contains mainly: red. Hex color #760918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760918 is #89F6E7. Grayscale: #2B2B2B. Windows color (decimal): -9041640 or 1575286. OLE color: 1575286.

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

Color convert

RGB 118 9 24 -
CMYK 0 0.92 0.80 0.54
HSL 351.74º 0.86% 0.25% -
HSV(B) 351.74º 0.92% 0.46% -
XYZ 7.73 4.11 1.25 -
YUV 43.3 117.11 181.28 -
System Red Green Blue C M Y K H S L
Decimal 118 9 24 0 0.92 0.80 0.54 351.74 0.86 0.25
Hex 76 9 18 0 5C 50 36 160 56 19
Octal 166 11 30 0 134 120 66 540 126 31
Binary 1110110 1001 11000 0 1011100 1010000 110110 101100000 1010110 11001

Color Harmonies of #760918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760918

Black with #760918

Text Example


Text Example

White with #760918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760918; }

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

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

background-color css

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

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

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

border-color css

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

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

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