#750F2E

Color #750F2E Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #750F2E

Tints of Claret #750F2E

Color information

#750F2E (or 0x750F2E) is unknown color: approx Claret. HEX triplet: 75, 0F and 2E. RGB value is (117,15,46). Sum of RGB (Red+Green+Blue) = 117+15+46=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #750F2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750F2E is #8AF0D1. Grayscale: #313131. Windows color (decimal): -9105618 or 3018613. OLE color: 3018613.

HSL color Cylindrical-coordinate representation of color #750F2E: hue angle of 341.76º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #750F2E is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB1171546-
CMYK00.870.610.54
HSL341.76º77.27%25.88%-
HSV(B)341.76º87.18%45.88%-
XYZ84.323-
YUV49.03126.29176.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65.73%
GREEN value IS 15 (6.25% from 255) = 8.43%
BLUE value IS 46 (18.36% from 255) = 25.84%
R=65.73%
G=8.43%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117154600.870.610.54341.7677.2725.88
Hex75F2E0573D361564d1a
Octal16517560127756652611532
Binary1110101111110111001010111111101110110101010110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,15,46); }

 H1.HeaderClassName
 {
   color: #750F2E;
 }
 .AnyTagClassName
 {
   color: #750F2E;
 }
</style>
background-color css

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

 a { background-color: rgb(117,15,46); }

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

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

 span { border-color: rgb(117,15,46); }

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