Html Css Color HEX #750C2D Burgundy

📋 copy color: '#750C2D'

red 117 ◦ green 12 ◦ blue 45

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

Shades of Burgundy #750C2D

Tints of Burgundy #750C2D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.9%

 BLUE value IS 45 (17.97% from 255) = 25.86%

R = 67.24%
G = 6.9%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#750C2D (or 0x750C2D) is known color: Burgundy. HEX triplet: 75, 0C and 2D. RGB value is (117,12,45). Sum of RGB (Red+Green+Blue) = 117+12+45=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #750C2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750C2D is #8AF3D2. Grayscale: #2F2F2F. Windows color (decimal): -9106387 or 2952309. OLE color: 2952309.

HSL color Cylindrical-coordinate representation of color #750C2D: hue angle of 341.14º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750C2D is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 12 45 -
CMYK 0 0.90 0.62 0.54
HSL 341.14º 0.81% 0.25% -
HSV(B) 341.14º 0.9% 0.46% -
XYZ 7.94 4.23 2.88 -
YUV 47.16 126.79 177.82 -
System Red Green Blue C M Y K H S L
Decimal 117 12 45 0 0.90 0.62 0.54 341.14 0.81 0.25
Hex 75 C 2D 0 5A 3E 36 155 51 19
Octal 165 14 55 0 132 76 66 525 121 31
Binary 1110101 1100 101101 0 1011010 111110 110110 101010101 1010001 11001

Color Harmonies of #750C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750C2D

Black with #750C2D

Text Example


Text Example

White with #750C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,12,45); }

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

background-color css

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

 a { background-color: rgb(117,12,45); }

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

border-color css

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

 span { border-color: rgb(117,12,45); }

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