#742737

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

Shades of Claret #742737

Tints of Claret #742737

Color information

#742737 (or 0x742737) is unknown color: approx Claret. HEX triplet: 74, 27 and 37. RGB value is (116,39,55). Sum of RGB (Red+Green+Blue) = 116+39+55=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 55 (21.88% from 255 or 26.19% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #742737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742737 is #8BD8C8. Grayscale: #3F3F3F. Windows color (decimal): -9165001 or 3614580. OLE color: 3614580.

HSL color Cylindrical-coordinate representation of color #742737: hue angle of 347.53º 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 #742737 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB1163955-
CMYK00.660.530.55
HSL347.53º49.68%30.39%-
HSV(B)347.53º66.38%45.49%-
XYZ8.625.444.21-
YUV63.85123.01165.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 55.24%
GREEN value IS 39 (15.62% from 255) = 18.57%
BLUE value IS 55 (21.88% from 255) = 26.19%
R=55.24%
G=18.57%
B=26.19%

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
Decimal116395500.660.530.55347.5349.6830.39
Hex742737042353715c321e
Octal1644767010265675346236
Binary11101001001111101110100001011010111011110101110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742737; }

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

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

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

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

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

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

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

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