#751632

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

Shades of Claret #751632

Tints of Claret #751632

Color information

#751632 (or 0x751632) is unknown color: approx Claret. HEX triplet: 75, 16 and 32. RGB value is (117,22,50). Sum of RGB (Red+Green+Blue) = 117+22+50=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #751632 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751632 is #8AE9CD. Grayscale: #353535. Windows color (decimal): -9103822 or 3282549. OLE color: 3282549.

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

Color convert

RGB1172250-
CMYK00.810.570.54
HSL342.32º68.35%27.25%-
HSV(B)342.32º81.2%45.88%-
XYZ8.24.593.47-
YUV53.6125.97173.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.90%
GREEN value IS 22 (8.98% from 255) = 11.64%
BLUE value IS 50 (19.92% from 255) = 26.46%
R=61.90%
G=11.64%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117225000.810.570.54342.3268.3527.25
Hex7516320513936156441b
Octal16526620121716652610433
Binary11101011011011001001010001111001110110101010110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751632; }

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

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

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

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

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

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

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

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