#751635

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

Shades of Claret #751635

Tints of Claret #751635

Color information

#751635 (or 0x751635) is unknown color: approx Claret. HEX triplet: 75, 16 and 35. RGB value is (117,22,53). Sum of RGB (Red+Green+Blue) = 117+22+53=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #751635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751635 is #8AE9CA. Grayscale: #353535. Windows color (decimal): -9103819 or 3479157. OLE color: 3479157.

HSL color Cylindrical-coordinate representation of color #751635: hue angle of 340.42º 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 #751635 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB1172253-
CMYK00.810.550.54
HSL340.42º68.35%27.25%-
HSV(B)340.42º81.2%45.88%-
XYZ8.274.613.82-
YUV53.94127.47172.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.94%
GREEN value IS 22 (8.98% from 255) = 11.46%
BLUE value IS 53 (21.09% from 255) = 27.60%
R=60.94%
G=11.46%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117225300.810.550.54340.4268.3527.25
Hex7516350513736154441b
Octal16526650121676652410433
Binary11101011011011010101010001110111110110101010100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751635; }

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

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

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

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

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

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

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

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