#751639

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

Shades of Claret #751639

Tints of Claret #751639

Color information

#751639 (or 0x751639) is unknown color: approx Claret. HEX triplet: 75, 16 and 39. RGB value is (117,22,57). Sum of RGB (Red+Green+Blue) = 117+22+57=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 57 (22.66% from 255 or 29.08% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #751639 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751639 is #8AE9C6. Grayscale: #363636. Windows color (decimal): -9103815 or 3741301. OLE color: 3741301.

HSL color Cylindrical-coordinate representation of color #751639: hue angle of 337.89º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #751639 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB1172257-
CMYK00.810.510.54
HSL337.89º68.35%27.25%-
HSV(B)337.89º81.2%45.88%-
XYZ8.364.654.33-
YUV54.4129.47172.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.69%
GREEN value IS 22 (8.98% from 255) = 11.22%
BLUE value IS 57 (22.66% from 255) = 29.08%
R=59.69%
G=11.22%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117225700.810.510.54337.8968.3527.25
Hex7516390513336152441b
Octal16526710121636652210433
Binary11101011011011100101010001110011110110101010010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751639; }

 p { color: rgb(117,22,57); }

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

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

 a { background-color: rgb(117,22,57); }

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

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

 span { border-color: rgb(117,22,57); }

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