#741736

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

Shades of Claret #741736

Tints of Claret #741736

Color information

#741736 (or 0x741736) is unknown color: approx Claret. HEX triplet: 74, 17 and 36. RGB value is (116,23,54). Sum of RGB (Red+Green+Blue) = 116+23+54=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 54 (21.48% from 255 or 27.98% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #741736 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741736 is #8BE8C9. Grayscale: #363636. Windows color (decimal): -9169098 or 3544948. OLE color: 3544948.

HSL color Cylindrical-coordinate representation of color #741736: hue angle of 340º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #741736 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB1162354-
CMYK00.800.530.55
HSL340º66.91%27.25%-
HSV(B)340º80.17%45.49%-
XYZ8.174.593.95-
YUV54.34127.81171.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 60.10%
GREEN value IS 23 (9.38% from 255) = 11.92%
BLUE value IS 54 (21.48% from 255) = 27.98%
R=60.10%
G=11.92%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116235400.800.530.5534066.9127.25
Hex7417360503537154431b
Octal16427660120656752410333
Binary11101001011111011001010000110101110111101010100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741736; }

 p { color: rgb(116,23,54); }

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

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

 a { background-color: rgb(116,23,54); }

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

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

 span { border-color: rgb(116,23,54); }

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