#742837

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

Shades of Claret #742837

Tints of Claret #742837

Color information

#742837 (or 0x742837) is unknown color: approx Claret. HEX triplet: 74, 28 and 37. RGB value is (116,40,55). Sum of RGB (Red+Green+Blue) = 116+40+55=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 55 (21.88% from 255 or 26.07% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #742837 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742837 is #8BD7C8. Grayscale: #404040. Windows color (decimal): -9164745 or 3614836. OLE color: 3614836.

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

Color convert

RGB1164055-
CMYK00.660.530.55
HSL348.16º48.72%30.59%-
HSV(B)348.16º65.52%45.49%-
XYZ8.655.514.22-
YUV64.43122.68164.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.98%
GREEN value IS 40 (16.02% from 255) = 18.96%
BLUE value IS 55 (21.88% from 255) = 26.07%
R=54.98%
G=18.96%
B=26.07%

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
Decimal116405500.660.530.55348.1648.7230.59
Hex742837042353715c311f
Octal1645067010265675346137
Binary11101001010001101110100001011010111011110101110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742837; }

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

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

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

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

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

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

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

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