#741935

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

Shades of Claret #741935

Tints of Claret #741935

Color information

#741935 (or 0x741935) is unknown color: approx Claret. HEX triplet: 74, 19 and 35. RGB value is (116,25,53). Sum of RGB (Red+Green+Blue) = 116+25+53=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #741935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741935 is #8BE6CA. Grayscale: #373737. Windows color (decimal): -9168587 or 3479924. OLE color: 3479924.

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

Color convert

RGB1162553-
CMYK00.780.540.55
HSL341.54º64.54%27.65%-
HSV(B)341.54º78.45%45.49%-
XYZ8.194.673.84-
YUV55.4126.65171.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 59.79%
GREEN value IS 25 (10.16% from 255) = 12.89%
BLUE value IS 53 (21.09% from 255) = 27.32%
R=59.79%
G=12.89%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116255300.780.540.55341.5464.5427.65
Hex74193504E3637156411c
Octal16431650116666752610134
Binary11101001100111010101001110110110110111101010110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741935; }

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

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

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

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

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

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

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

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