#751633

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

Shades of Claret #751633

Tints of Claret #751633

Color information

#751633 (or 0x751633) is unknown color: approx Claret. HEX triplet: 75, 16 and 33. RGB value is (117,22,51). Sum of RGB (Red+Green+Blue) = 117+22+51=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #751633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751633 is #8AE9CC. Grayscale: #353535. Windows color (decimal): -9103821 or 3348085. OLE color: 3348085.

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

Color convert

RGB1172251-
CMYK00.810.560.54
HSL341.68º68.35%27.25%-
HSV(B)341.68º81.2%45.88%-
XYZ8.224.593.59-
YUV53.71126.47173.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.58%
GREEN value IS 22 (8.98% from 255) = 11.58%
BLUE value IS 51 (20.31% from 255) = 26.84%
R=61.58%
G=11.58%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117225100.810.560.54341.6868.3527.25
Hex7516330513836156441b
Octal16526630121706652610433
Binary11101011011011001101010001111000110110101010110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751633; }

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

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

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

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

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

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

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

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