Html Css Color HEX #750617 Burgundy

📋 copy color: '#750617'

red 117 ◦ green 6 ◦ blue 23

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

Shades of Burgundy #750617

Tints of Burgundy #750617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.11%

 BLUE value IS 23 (9.38% from 255) = 15.75%

R = 80.14%
G = 4.11%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#750617 (or 0x750617) is known color: Burgundy. HEX triplet: 75, 06 and 17. RGB value is (117,6,23). Sum of RGB (Red+Green+Blue) = 117+6+23=146 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.14% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 23 (9.38% from 255 or 15.75% from 146); Max value from RGB is 117 - color contains mainly: red. Hex color #750617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750617 is #8AF9E8. Grayscale: #292929. Windows color (decimal): -9107945 or 1508981. OLE color: 1508981.

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

Color convert

RGB 117 6 23 -
CMYK 0 0.95 0.80 0.54
HSL 350.81º 0.9% 0.24% -
HSV(B) 350.81º 0.95% 0.46% -
XYZ 7.56 3.97 1.18 -
YUV 41.13 117.77 182.12 -
System Red Green Blue C M Y K H S L
Decimal 117 6 23 0 0.95 0.80 0.54 350.81 0.9 0.24
Hex 75 6 17 0 5F 50 36 15F 5A 18
Octal 165 6 27 0 137 120 66 537 132 30
Binary 1110101 110 10111 0 1011111 1010000 110110 101011111 1011010 11000

Color Harmonies of #750617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750617

Black with #750617

Text Example


Text Example

White with #750617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750617; }

 p { color: rgb(117,6,23); }

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

background-color css

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

 a { background-color: rgb(117,6,23); }

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

border-color css

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

 span { border-color: rgb(117,6,23); }

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