Html Css Color HEX #760515 Burgundy

📋 copy color: '#760515'

red 118 ◦ green 5 ◦ blue 21

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

Shades of Burgundy #760515

Tints of Burgundy #760515

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.47%

 BLUE value IS 21 (8.59% from 255) = 14.58%

R = 81.94%
G = 3.47%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#760515 (or 0x760515) is known color: Burgundy. HEX triplet: 76, 05 and 15. RGB value is (118,5,21). Sum of RGB (Red+Green+Blue) = 118+5+21=144 (19% of max value = 765). Red value is 118 (46.48% from 255 or 81.94% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 118 - color contains mainly: red. Hex color #760515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760515 is #89FAEA. Grayscale: #282828. Windows color (decimal): -9042667 or 1377654. OLE color: 1377654.

HSL color Cylindrical-coordinate representation of color #760515: hue angle of 351.5º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #760515 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 5 21 -
CMYK 0 0.96 0.82 0.54
HSL 351.5º 0.92% 0.24% -
HSV(B) 351.5º 0.96% 0.46% -
XYZ 7.66 4.01 1.08 -
YUV 40.61 116.94 183.2 -
System Red Green Blue C M Y K H S L
Decimal 118 5 21 0 0.96 0.82 0.54 351.5 0.92 0.24
Hex 76 5 15 0 60 52 36 160 5C 18
Octal 166 5 25 0 140 122 66 540 134 30
Binary 1110110 101 10101 0 1100000 1010010 110110 101100000 1011100 11000

Color Harmonies of #760515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760515

Black with #760515

Text Example


Text Example

White with #760515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760515; }

 p { color: rgb(118,5,21); }

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

background-color css

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

 a { background-color: rgb(118,5,21); }

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

border-color css

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

 span { border-color: rgb(118,5,21); }

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