Html Css Color HEX #750D23 Burgundy

📋 copy color: '#750D23'

red 117 ◦ green 13 ◦ blue 35

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

Shades of Burgundy #750D23

Tints of Burgundy #750D23

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.88%

 BLUE value IS 35 (14.06% from 255) = 21.21%

R = 70.91%
G = 7.88%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#750D23 (or 0x750D23) is known color: Burgundy. HEX triplet: 75, 0D and 23. RGB value is (117,13,35). Sum of RGB (Red+Green+Blue) = 117+13+35=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 13 (5.47% from 255 or 7.88% from 165); Blue value is 35 (14.06% from 255 or 21.21% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #750D23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750D23 is #8AF2DC. Grayscale: #2E2E2E. Windows color (decimal): -9106141 or 2297205. OLE color: 2297205.

HSL color Cylindrical-coordinate representation of color #750D23: hue angle of 347.31º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #750D23 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 13 35 -
CMYK 0 0.89 0.70 0.54
HSL 347.31º 0.8% 0.25% -
HSV(B) 347.31º 0.89% 0.46% -
XYZ 7.78 4.19 1.99 -
YUV 46.6 121.46 178.21 -
System Red Green Blue C M Y K H S L
Decimal 117 13 35 0 0.89 0.70 0.54 347.31 0.8 0.25
Hex 75 D 23 0 59 46 36 15B 50 19
Octal 165 15 43 0 131 106 66 533 120 31
Binary 1110101 1101 100011 0 1011001 1000110 110110 101011011 1010000 11001

Color Harmonies of #750D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750D23

Black with #750D23

Text Example


Text Example

White with #750D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750D23; }

 p { color: rgb(117,13,35); }

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

background-color css

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

 a { background-color: rgb(117,13,35); }

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

border-color css

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

 span { border-color: rgb(117,13,35); }

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