Html Css Color HEX #760415 Burgundy

📋 copy color: '#760415'

red 118 ◦ green 4 ◦ blue 21

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

Shades of Burgundy #760415

Tints of Burgundy #760415

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.8%

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

R = 82.52%
G = 2.8%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#760415 (or 0x760415) is known color: Burgundy. HEX triplet: 76, 04 and 15. RGB value is (118,4,21). Sum of RGB (Red+Green+Blue) = 118+4+21=143 (18% of max value = 765). Red value is 118 (46.48% from 255 or 82.52% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 118 - color contains mainly: red. Hex color #760415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760415 is #89FBEA. Grayscale: #282828. Windows color (decimal): -9042923 or 1377398. OLE color: 1377398.

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

Color convert

RGB 118 4 21 -
CMYK 0 0.97 0.82 0.54
HSL 351.05º 0.93% 0.24% -
HSV(B) 351.05º 0.97% 0.46% -
XYZ 7.65 3.99 1.08 -
YUV 40.02 117.27 183.62 -
System Red Green Blue C M Y K H S L
Decimal 118 4 21 0 0.97 0.82 0.54 351.05 0.93 0.24
Hex 76 4 15 0 61 52 36 15F 5D 18
Octal 166 4 25 0 141 122 66 537 135 30
Binary 1110110 100 10101 0 1100001 1010010 110110 101011111 1011101 11000

Color Harmonies of #760415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760415

Black with #760415

Text Example


Text Example

White with #760415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760415; }

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

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

background-color css

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

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

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

border-color css

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

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

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