Html Css Color HEX #760B18 Burgundy

📋 copy color: '#760B18'

red 118 ◦ green 11 ◦ blue 24

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

Shades of Burgundy #760B18

Tints of Burgundy #760B18

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.19%

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

R = 77.12%
G = 7.19%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#760B18 (or 0x760B18) is known color: Burgundy. HEX triplet: 76, 0B and 18. RGB value is (118,11,24). Sum of RGB (Red+Green+Blue) = 118+11+24=153 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.12% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 118 - color contains mainly: red. Hex color #760B18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760B18 is #89F4E7. Grayscale: #2C2C2C. Windows color (decimal): -9041128 or 1575798. OLE color: 1575798.

HSL color Cylindrical-coordinate representation of color #760B18: hue angle of 352.71º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760B18 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 11 24 -
CMYK 0 0.91 0.80 0.54
HSL 352.71º 0.83% 0.25% -
HSV(B) 352.71º 0.91% 0.46% -
XYZ 7.76 4.16 1.26 -
YUV 44.48 116.45 180.44 -
System Red Green Blue C M Y K H S L
Decimal 118 11 24 0 0.91 0.80 0.54 352.71 0.83 0.25
Hex 76 B 18 0 5B 50 36 161 53 19
Octal 166 13 30 0 133 120 66 541 123 31
Binary 1110110 1011 11000 0 1011011 1010000 110110 101100001 1010011 11001

Color Harmonies of #760B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760B18

Black with #760B18

Text Example


Text Example

White with #760B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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