#741631

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

Shades of Claret #741631

Tints of Claret #741631

Color information

#741631 (or 0x741631) is unknown color: approx Claret. HEX triplet: 74, 16 and 31. RGB value is (116,22,49). Sum of RGB (Red+Green+Blue) = 116+22+49=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #741631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741631 is #8BE9CE. Grayscale: #353535. Windows color (decimal): -9169359 or 3217012. OLE color: 3217012.

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

Color convert

RGB1162249-
CMYK00.810.580.55
HSL342.77º68.12%27.06%-
HSV(B)342.77º81.03%45.49%-
XYZ8.044.513.35-
YUV53.18125.64172.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 62.03%
GREEN value IS 22 (8.98% from 255) = 11.76%
BLUE value IS 49 (19.53% from 255) = 26.20%
R=62.03%
G=11.76%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116224900.810.580.55342.7768.1227.06
Hex7416310513A37157441b
Octal16426610121726752710433
Binary11101001011011000101010001111010110111101010111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741631; }

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

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

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

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

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

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

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

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