Html Css Color HEX #750018 Burgundy

📋 copy color: '#750018'

red 117 ◦ green 0 ◦ blue 24

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

Shades of Burgundy #750018

Tints of Burgundy #750018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.02%

R = 82.98%
G = 0%
B = 17.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#750018 (or 0x750018) is known color: Burgundy. HEX triplet: 75, 00 and 18. RGB value is (117,0,24). Sum of RGB (Red+Green+Blue) = 117+0+24=141 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.98% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 117 - color contains mainly: red. Hex color #750018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750018 is #8AFFE7. Grayscale: #252525. Windows color (decimal): -9109480 or 1572981. OLE color: 1572981.

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

Color convert

RGB 117 0 24 -
CMYK 0 1 0.79 0.54
HSL 347.69º 1% 0.23% -
HSV(B) 347.69º 1% 0.46% -
XYZ 7.5 3.85 1.21 -
YUV 37.72 120.26 184.55 -
System Red Green Blue C M Y K H S L
Decimal 117 0 24 0 1 0.79 0.54 347.69 1 0.23
Hex 75 0 18 0 64 4F 36 15C 64 17
Octal 165 0 30 0 144 117 66 534 144 27
Binary 1110101 0 11000 0 1100100 1001111 110110 101011100 1100100 10111

Color Harmonies of #750018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750018

Black with #750018

Text Example


Text Example

White with #750018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750018; }

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

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

background-color css

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

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

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

border-color css

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

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

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