#742332

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

Shades of Claret #742332

Tints of Claret #742332

Color information

#742332 (or 0x742332) is unknown color: approx Claret. HEX triplet: 74, 23 and 32. RGB value is (116,35,50). Sum of RGB (Red+Green+Blue) = 116+35+50=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #742332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742332 is #8BDCCD. Grayscale: #3C3C3C. Windows color (decimal): -9166030 or 3285876. OLE color: 3285876.

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

Color convert

RGB1163550-
CMYK00.700.570.55
HSL348.89º53.64%29.61%-
HSV(B)348.89º69.83%45.49%-
XYZ8.385.153.57-
YUV60.93121.84167.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.71%
GREEN value IS 35 (14.06% from 255) = 17.41%
BLUE value IS 50 (19.92% from 255) = 24.88%
R=57.71%
G=17.41%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116355000.700.570.55348.8953.6429.61
Hex742332046393715d361e
Octal1644362010671675356636
Binary11101001000111100100100011011100111011110101110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742332; }

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

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

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

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

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

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

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

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