#752633

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

Shades of Claret #752633

Tints of Claret #752633

Color information

#752633 (or 0x752633) is unknown color: approx Claret. HEX triplet: 75, 26 and 33. RGB value is (117,38,51). Sum of RGB (Red+Green+Blue) = 117+38+51=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #752633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752633 is #8AD9CC. Grayscale: #3F3F3F. Windows color (decimal): -9099725 or 3352181. OLE color: 3352181.

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

Color convert

RGB1173851-
CMYK00.680.560.54
HSL350.13º50.97%30.39%-
HSV(B)350.13º67.52%45.88%-
XYZ8.635.413.72-
YUV63.1121.17166.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.80%
GREEN value IS 38 (15.23% from 255) = 18.45%
BLUE value IS 51 (20.31% from 255) = 24.76%
R=56.80%
G=18.45%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117385100.680.560.54350.1350.9730.39
Hex752633044383615e331e
Octal1654663010470665366336
Binary11101011001101100110100010011100011011010101111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752633; }

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

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

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

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

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

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

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

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