#742433

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

Shades of Claret #742433

Tints of Claret #742433

Color information

#742433 (or 0x742433) is unknown color: approx Claret. HEX triplet: 74, 24 and 33. RGB value is (116,36,51). Sum of RGB (Red+Green+Blue) = 116+36+51=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #742433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742433 is #8BDBCC. Grayscale: #3D3D3D. Windows color (decimal): -9165773 or 3351668. OLE color: 3351668.

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

Color convert

RGB1163651-
CMYK00.690.560.55
HSL348.75º52.63%29.8%-
HSV(B)348.75º68.97%45.49%-
XYZ8.435.213.69-
YUV61.63122166.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.14%
GREEN value IS 36 (14.45% from 255) = 17.73%
BLUE value IS 51 (20.31% from 255) = 25.12%
R=57.14%
G=17.73%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116365100.690.560.55348.7552.6329.8
Hex742433045383715d351e
Octal1644463010570675356536
Binary11101001001001100110100010111100011011110101110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742433; }

 p { color: rgb(116,36,51); }

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

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

 a { background-color: rgb(116,36,51); }

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

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

 span { border-color: rgb(116,36,51); }

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