#750E2E

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

Shades of Claret #750E2E

Tints of Claret #750E2E

Color information

#750E2E (or 0x750E2E) is unknown color: approx Claret. HEX triplet: 75, 0E and 2E. RGB value is (117,14,46). Sum of RGB (Red+Green+Blue) = 117+14+46=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #750E2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750E2E is #8AF1D1. Grayscale: #303030. Windows color (decimal): -9105874 or 3018357. OLE color: 3018357.

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

Color convert

RGB1171446-
CMYK00.880.610.54
HSL341.36º78.63%25.69%-
HSV(B)341.36º88.03%45.88%-
XYZ7.994.292.99-
YUV48.44126.62176.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 66.10%
GREEN value IS 14 (5.86% from 255) = 7.91%
BLUE value IS 46 (18.36% from 255) = 25.99%
R=66.10%
G=7.91%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117144600.880.610.54341.3678.6325.69
Hex75E2E0583D361554f1a
Octal16516560130756652511732
Binary1110101111010111001011000111101110110101010101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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