#742835

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

Shades of Claret #742835

Tints of Claret #742835

Color information

#742835 (or 0x742835) is unknown color: approx Claret. HEX triplet: 74, 28 and 35. RGB value is (116,40,53). Sum of RGB (Red+Green+Blue) = 116+40+53=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #742835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742835 is #8BD7CA. Grayscale: #404040. Windows color (decimal): -9164747 or 3483764. OLE color: 3483764.

HSL color Cylindrical-coordinate representation of color #742835: hue angle of 349.74º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #742835 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB1164053-
CMYK00.660.540.55
HSL349.74º48.72%30.59%-
HSV(B)349.74º65.52%45.49%-
XYZ8.65.493.97-
YUV64.21121.68164.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 55.50%
GREEN value IS 40 (16.02% from 255) = 19.14%
BLUE value IS 53 (21.09% from 255) = 25.36%
R=55.50%
G=19.14%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116405300.660.540.55349.7448.7230.59
Hex742835042363715e311f
Octal1645065010266675366137
Binary11101001010001101010100001011011011011110101111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742835; }

 p { color: rgb(116,40,53); }

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

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

 a { background-color: rgb(116,40,53); }

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

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

 span { border-color: rgb(116,40,53); }

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