#742532

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

Shades of Claret #742532

Tints of Claret #742532

Color information

#742532 (or 0x742532) is unknown color: approx Claret. HEX triplet: 74, 25 and 32. RGB value is (116,37,50). Sum of RGB (Red+Green+Blue) = 116+37+50=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #742532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742532 is #8BDACD. Grayscale: #3E3E3E. Windows color (decimal): -9165518 or 3286388. OLE color: 3286388.

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

Color convert

RGB1163750-
CMYK00.680.570.55
HSL350.13º51.63%30%-
HSV(B)350.13º68.1%45.49%-
XYZ8.445.273.59-
YUV62.1121.17166.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.14%
GREEN value IS 37 (14.84% from 255) = 18.23%
BLUE value IS 50 (19.92% from 255) = 24.63%
R=57.14%
G=18.23%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116375000.680.570.55350.1351.6330
Hex742532044393715e341e
Octal1644562010471675366436
Binary11101001001011100100100010011100111011110101111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742532; }

 p { color: rgb(116,37,50); }

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

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

 a { background-color: rgb(116,37,50); }

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

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

 span { border-color: rgb(116,37,50); }

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