#742137

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

Shades of Claret #742137

Tints of Claret #742137

Color information

#742137 (or 0x742137) is unknown color: approx Claret. HEX triplet: 74, 21 and 37. RGB value is (116,33,55). Sum of RGB (Red+Green+Blue) = 116+33+55=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #742137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742137 is #8BDEC8. Grayscale: #3C3C3C. Windows color (decimal): -9166537 or 3613044. OLE color: 3613044.

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

Color convert

RGB1163355-
CMYK00.720.530.55
HSL344.1º55.7%29.22%-
HSV(B)344.1º71.55%45.49%-
XYZ8.445.084.15-
YUV60.32125167.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.86%
GREEN value IS 33 (13.28% from 255) = 16.18%
BLUE value IS 55 (21.88% from 255) = 26.96%
R=56.86%
G=16.18%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116335500.720.530.55344.155.729.22
Hex7421370483537158381d
Octal1644167011065675307035
Binary11101001000011101110100100011010111011110101100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742137; }

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

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

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

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

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

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

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

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