Html Css Color HEX #760118 Burgundy

📋 copy color: '#760118'

red 118 ◦ green 1 ◦ blue 24

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

Shades of Burgundy #760118

Tints of Burgundy #760118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.7%

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

R = 82.52%
G = 0.7%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#760118 (or 0x760118) is known color: Burgundy. HEX triplet: 76, 01 and 18. RGB value is (118,1,24). Sum of RGB (Red+Green+Blue) = 118+1+24=143 (18% of max value = 765). Red value is 118 (46.48% from 255 or 82.52% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 118 - color contains mainly: red. Hex color #760118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760118 is #89FEE7. Grayscale: #262626. Windows color (decimal): -9043688 or 1573238. OLE color: 1573238.

HSL color Cylindrical-coordinate representation of color #760118: hue angle of 348.21º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #760118 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 1 24 -
CMYK 0 0.99 0.80 0.54
HSL 348.21º 0.98% 0.23% -
HSV(B) 348.21º 0.99% 0.46% -
XYZ 7.65 3.94 1.22 -
YUV 38.61 119.76 184.63 -
System Red Green Blue C M Y K H S L
Decimal 118 1 24 0 0.99 0.80 0.54 348.21 0.98 0.23
Hex 76 1 18 0 63 50 36 15C 62 17
Octal 166 1 30 0 143 120 66 534 142 27
Binary 1110110 1 11000 0 1100011 1010000 110110 101011100 1100010 10111

Color Harmonies of #760118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760118

Black with #760118

Text Example


Text Example

White with #760118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760118; }

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

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

background-color css

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

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

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

border-color css

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

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

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