#741F38

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

Shades of Claret #741F38

Tints of Claret #741F38

Color information

#741F38 (or 0x741F38) is unknown color: approx Claret. HEX triplet: 74, 1F and 38. RGB value is (116,31,56). Sum of RGB (Red+Green+Blue) = 116+31+56=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #741F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741F38 is #8BE0C7. Grayscale: #3B3B3B. Windows color (decimal): -9167048 or 3678068. OLE color: 3678068.

HSL color Cylindrical-coordinate representation of color #741F38: hue angle of 342.35º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #741F38 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB1163156-
CMYK00.730.520.55
HSL342.35º57.82%28.82%-
HSV(B)342.35º73.28%45.49%-
XYZ8.414.984.26-
YUV59.26126.16168.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.14%
GREEN value IS 31 (12.5% from 255) = 15.27%
BLUE value IS 56 (22.27% from 255) = 27.59%
R=57.14%
G=15.27%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116315600.730.520.55342.3557.8228.82
Hex741F3804934371563a1d
Octal1643770011164675267235
Binary1110100111111110000100100111010011011110101011011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741F38; }

 p { color: rgb(116,31,56); }

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

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

 a { background-color: rgb(116,31,56); }

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

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

 span { border-color: rgb(116,31,56); }

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