#751E33

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

Shades of Claret #751E33

Tints of Claret #751E33

Color information

#751E33 (or 0x751E33) is unknown color: approx Claret. HEX triplet: 75, 1E and 33. RGB value is (117,30,51). Sum of RGB (Red+Green+Blue) = 117+30+51=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 30 (12.11% from 255 or 15.15% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #751E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751E33 is #8AE1CC. Grayscale: #3A3A3A. Windows color (decimal): -9101773 or 3350133. OLE color: 3350133.

HSL color Cylindrical-coordinate representation of color #751E33: hue angle of 345.52º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #751E33 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB1173051-
CMYK00.740.560.54
HSL345.52º59.18%28.82%-
HSV(B)345.52º74.36%45.88%-
XYZ8.44.953.64-
YUV58.41123.82169.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.09%
GREEN value IS 30 (12.11% from 255) = 15.15%
BLUE value IS 51 (20.31% from 255) = 25.76%
R=59.09%
G=15.15%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117305100.740.560.54345.5259.1828.82
Hex751E3304A383615a3b1d
Octal1653663011270665327335
Binary1110101111101100110100101011100011011010101101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751E33; }

 p { color: rgb(117,30,51); }

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

<style>
 a { background-color: #751E33; }

 a { background-color: rgb(117,30,51); }

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

<style>
 span { border-color: #751E33; }

 span { border-color: rgb(117,30,51); }

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