Html Css Color HEX #750C2F Burgundy

📋 copy color: '#750C2F'

red 117 ◦ green 12 ◦ blue 47

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

Shades of Burgundy #750C2F

Tints of Burgundy #750C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 26.7%

R = 66.48%
G = 6.82%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#750C2F (or 0x750C2F) is known color: Burgundy. HEX triplet: 75, 0C and 2F. RGB value is (117,12,47). Sum of RGB (Red+Green+Blue) = 117+12+47=176 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.48% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 117 - color contains mainly: red. Hex color #750C2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750C2F is #8AF3D0. Grayscale: #2F2F2F. Windows color (decimal): -9106385 or 3083381. OLE color: 3083381.

HSL color Cylindrical-coordinate representation of color #750C2F: hue angle of 340º 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 #750C2F is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 12 47 -
CMYK 0 0.90 0.60 0.54
HSL 340º 0.81% 0.25% -
HSV(B) 340º 0.9% 0.46% -
XYZ 7.98 4.25 3.09 -
YUV 47.39 127.79 177.65 -
System Red Green Blue C M Y K H S L
Decimal 117 12 47 0 0.90 0.60 0.54 340 0.81 0.25
Hex 75 C 2F 0 5A 3C 36 154 51 19
Octal 165 14 57 0 132 74 66 524 121 31
Binary 1110101 1100 101111 0 1011010 111100 110110 101010100 1010001 11001

Color Harmonies of #750C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750C2F

Black with #750C2F

Text Example


Text Example

White with #750C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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