Html Css Color HEX #750026 Burgundy

📋 copy color: '#750026'

red 117 ◦ green 0 ◦ blue 38

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

Shades of Burgundy #750026

Tints of Burgundy #750026

RGB

 RED value IS 117 (46.09% from 255) = 75.48%

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

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

R = 75.48%
G = 0%
B = 24.52%

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

#750026 (or 0x750026) is known color: Burgundy. HEX triplet: 75, 00 and 26. RGB value is (117,0,38). Sum of RGB (Red+Green+Blue) = 117+0+38=155 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.48% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 117 - color contains mainly: red. Hex color #750026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750026 is #8AFFD9. Grayscale: #272727. Windows color (decimal): -9109466 or 2490485. OLE color: 2490485.

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

Color convert

RGB 117 0 38 -
CMYK 0 1 0.68 0.54
HSL 340.51º 1% 0.23% -
HSV(B) 340.51º 1% 0.46% -
XYZ 7.69 3.92 2.19 -
YUV 39.32 127.26 183.41 -
System Red Green Blue C M Y K H S L
Decimal 117 0 38 0 1 0.68 0.54 340.51 1 0.23
Hex 75 0 26 0 64 44 36 155 64 17
Octal 165 0 46 0 144 104 66 525 144 27
Binary 1110101 0 100110 0 1100100 1000100 110110 101010101 1100100 10111

Color Harmonies of #750026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750026

Black with #750026

Text Example


Text Example

White with #750026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750026; }

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

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

background-color css

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

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

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

border-color css

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

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

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