#741335

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

Shades of Claret #741335

Tints of Claret #741335

Color information

#741335 (or 0x741335) is unknown color: approx Claret. HEX triplet: 74, 13 and 35. RGB value is (116,19,53). Sum of RGB (Red+Green+Blue) = 116+19+53=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #741335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741335 is #8BECCA. Grayscale: #333333. Windows color (decimal): -9170123 or 3478388. OLE color: 3478388.

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

Color convert

RGB1161953-
CMYK00.840.540.55
HSL338.97º71.85%26.47%-
HSV(B)338.97º83.62%45.49%-
XYZ8.084.443.8-
YUV51.88128.64173.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 61.70%
GREEN value IS 19 (7.81% from 255) = 10.11%
BLUE value IS 53 (21.09% from 255) = 28.19%
R=61.70%
G=10.11%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116195300.840.540.55338.9771.8526.47
Hex7413350543637153481a
Octal16423650124666752311032
Binary11101001001111010101010100110110110111101010011100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741335; }

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

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

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

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

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

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

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

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