Html Css Color HEX #760215 Burgundy

📋 copy color: '#760215'

red 118 ◦ green 2 ◦ blue 21

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

Shades of Burgundy #760215

Tints of Burgundy #760215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.42%

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

R = 83.69%
G = 1.42%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#760215 (or 0x760215) is known color: Burgundy. HEX triplet: 76, 02 and 15. RGB value is (118,2,21). Sum of RGB (Red+Green+Blue) = 118+2+21=141 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.69% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 118 - color contains mainly: red. Hex color #760215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760215 is #89FDEA. Grayscale: #262626. Windows color (decimal): -9043435 or 1376886. OLE color: 1376886.

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

Color convert

RGB 118 2 21 -
CMYK 0 0.98 0.82 0.54
HSL 350.17º 0.97% 0.24% -
HSV(B) 350.17º 0.98% 0.46% -
XYZ 7.63 3.95 1.07 -
YUV 38.85 117.93 184.46 -
System Red Green Blue C M Y K H S L
Decimal 118 2 21 0 0.98 0.82 0.54 350.17 0.97 0.24
Hex 76 2 15 0 62 52 36 15E 61 18
Octal 166 2 25 0 142 122 66 536 141 30
Binary 1110110 10 10101 0 1100010 1010010 110110 101011110 1100001 11000

Color Harmonies of #760215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760215

Black with #760215

Text Example


Text Example

White with #760215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760215; }

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

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

background-color css

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

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

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

border-color css

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

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

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