#742736

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

Shades of Claret #742736

Tints of Claret #742736

Color information

#742736 (or 0x742736) is unknown color: approx Claret. HEX triplet: 74, 27 and 36. RGB value is (116,39,54). Sum of RGB (Red+Green+Blue) = 116+39+54=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #742736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742736 is #8BD8C9. Grayscale: #3F3F3F. Windows color (decimal): -9165002 or 3549044. OLE color: 3549044.

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

Color convert

RGB1163954-
CMYK00.660.530.55
HSL348.31º49.68%30.39%-
HSV(B)348.31º66.38%45.49%-
XYZ8.595.434.09-
YUV63.73122.51165.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 55.50%
GREEN value IS 39 (15.62% from 255) = 18.66%
BLUE value IS 54 (21.48% from 255) = 25.84%
R=55.50%
G=18.66%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116395400.660.530.55348.3149.6830.39
Hex742736042353715c321e
Octal1644766010265675346236
Binary11101001001111101100100001011010111011110101110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742736; }

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

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

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

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

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

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

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

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