#751732

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

Shades of Claret #751732

Tints of Claret #751732

Color information

#751732 (or 0x751732) is unknown color: approx Claret. HEX triplet: 75, 17 and 32. RGB value is (117,23,50). Sum of RGB (Red+Green+Blue) = 117+23+50=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #751732 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751732 is #8AE8CD. Grayscale: #363636. Windows color (decimal): -9103566 or 3282805. OLE color: 3282805.

HSL color Cylindrical-coordinate representation of color #751732: hue angle of 342.77º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751732 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB1172350-
CMYK00.800.570.54
HSL342.77º67.14%27.45%-
HSV(B)342.77º80.34%45.88%-
XYZ8.224.623.48-
YUV54.18125.64172.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.58%
GREEN value IS 23 (9.38% from 255) = 12.11%
BLUE value IS 50 (19.92% from 255) = 26.32%
R=61.58%
G=12.11%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117235000.800.570.54342.7767.1427.45
Hex7517320503936157431b
Octal16527620120716652710333
Binary11101011011111001001010000111001110110101010111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751732; }

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

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

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

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

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

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

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

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