#741535

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

Shades of Claret #741535

Tints of Claret #741535

Color information

#741535 (or 0x741535) is unknown color: approx Claret. HEX triplet: 74, 15 and 35. RGB value is (116,21,53). Sum of RGB (Red+Green+Blue) = 116+21+53=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #741535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741535 is #8BEACA. Grayscale: #353535. Windows color (decimal): -9169611 or 3478900. OLE color: 3478900.

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

Color convert

RGB1162153-
CMYK00.820.540.55
HSL339.79º69.34%26.86%-
HSV(B)339.79º81.9%45.49%-
XYZ8.114.513.81-
YUV53.05127.97172.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.05%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 53 (21.09% from 255) = 27.89%
R=61.05%
G=11.05%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116215300.820.540.55339.7969.3426.86
Hex7415350523637154451b
Octal16425650122666752410533
Binary11101001010111010101010010110110110111101010100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741535; }

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

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

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

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

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

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

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

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