#742531

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

Shades of Claret #742531

Tints of Claret #742531

Color information

#742531 (or 0x742531) is unknown color: approx Claret. HEX triplet: 74, 25 and 31. RGB value is (116,37,49). Sum of RGB (Red+Green+Blue) = 116+37+49=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #742531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742531 is #8BDACE. Grayscale: #3E3E3E. Windows color (decimal): -9165519 or 3220852. OLE color: 3220852.

HSL color Cylindrical-coordinate representation of color #742531: hue angle of 350.89º 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 #742531 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1163749-
CMYK00.680.580.55
HSL350.89º51.63%30%-
HSV(B)350.89º68.1%45.49%-
XYZ8.425.263.48-
YUV61.99120.67166.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.43%
GREEN value IS 37 (14.84% from 255) = 18.32%
BLUE value IS 49 (19.53% from 255) = 24.26%
R=57.43%
G=18.32%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116374900.680.580.55350.8951.6330
Hex7425310443A3715f341e
Octal1644561010472675376436
Binary11101001001011100010100010011101011011110101111111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742531; }

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

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

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

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

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

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

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

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