Html Css Color HEX #760015 Burgundy

📋 copy color: '#760015'

red 118 ◦ green 0 ◦ blue 21

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

Shades of Burgundy #760015

Tints of Burgundy #760015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.89%
G = 0%
B = 15.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#760015 (or 0x760015) is known color: Burgundy. HEX triplet: 76, 00 and 15. RGB value is (118,0,21). Sum of RGB (Red+Green+Blue) = 118+0+21=139 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.89% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 118 - color contains mainly: red. Hex color #760015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760015 is #89FFEA. Grayscale: #252525. Windows color (decimal): -9043947 or 1376374. OLE color: 1376374.

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

Color convert

RGB 118 0 21 -
CMYK 0 1 0.82 0.54
HSL 349.32º 1% 0.23% -
HSV(B) 349.32º 1% 0.46% -
XYZ 7.61 3.91 1.06 -
YUV 37.68 118.59 185.29 -
System Red Green Blue C M Y K H S L
Decimal 118 0 21 0 1 0.82 0.54 349.32 1 0.23
Hex 76 0 15 0 64 52 36 15D 64 17
Octal 166 0 25 0 144 122 66 535 144 27
Binary 1110110 0 10101 0 1100100 1010010 110110 101011101 1100100 10111

Color Harmonies of #760015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760015

Black with #760015

Text Example


Text Example

White with #760015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760015; }

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

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

background-color css

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

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

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

border-color css

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

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

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