Html Css Color HEX #760026 Burgundy

📋 copy color: '#760026'

red 118 ◦ green 0 ◦ blue 38

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

Shades of Burgundy #760026

Tints of Burgundy #760026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.36%

R = 75.64%
G = 0%
B = 24.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#760026 (or 0x760026) is known color: Burgundy. HEX triplet: 76, 00 and 26. RGB value is (118,0,38). Sum of RGB (Red+Green+Blue) = 118+0+38=156 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.64% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 118 - color contains mainly: red. Hex color #760026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760026 is #89FFD9. Grayscale: #272727. Windows color (decimal): -9043930 or 2490486. OLE color: 2490486.

HSL color Cylindrical-coordinate representation of color #760026: hue angle of 340.68º 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 #760026 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 0 38 -
CMYK 0 1 0.68 0.54
HSL 340.68º 1% 0.23% -
HSV(B) 340.68º 1% 0.46% -
XYZ 7.82 3.99 2.19 -
YUV 39.61 127.09 183.91 -
System Red Green Blue C M Y K H S L
Decimal 118 0 38 0 1 0.68 0.54 340.68 1 0.23
Hex 76 0 26 0 64 44 36 155 64 17
Octal 166 0 46 0 144 104 66 525 144 27
Binary 1110110 0 100110 0 1100100 1000100 110110 101010101 1100100 10111

Color Harmonies of #760026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760026

Black with #760026

Text Example


Text Example

White with #760026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760026; }

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

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

background-color css

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

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

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

border-color css

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

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

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