#741638

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

Shades of Claret #741638

Tints of Claret #741638

Color information

#741638 (or 0x741638) is unknown color: approx Claret. HEX triplet: 74, 16 and 38. RGB value is (116,22,56). Sum of RGB (Red+Green+Blue) = 116+22+56=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 56 (22.27% from 255 or 28.87% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #741638 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741638 is #8BE9C7. Grayscale: #353535. Windows color (decimal): -9169352 or 3675764. OLE color: 3675764.

HSL color Cylindrical-coordinate representation of color #741638: hue angle of 338.3º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #741638 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB1162256-
CMYK00.810.520.55
HSL338.3º68.12%27.06%-
HSV(B)338.3º81.03%45.49%-
XYZ8.24.574.19-
YUV53.98129.14172.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 59.79%
GREEN value IS 22 (8.98% from 255) = 11.34%
BLUE value IS 56 (22.27% from 255) = 28.87%
R=59.79%
G=11.34%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116225600.810.520.55338.368.1227.06
Hex7416380513437152441b
Octal16426700121646752210433
Binary11101001011011100001010001110100110111101010010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741638; }

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

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

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

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

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

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

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

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