#741C3C

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

Shades of Claret #741C3C

Tints of Claret #741C3C

Color information

#741C3C (or 0x741C3C) is unknown color: approx Claret. HEX triplet: 74, 1C and 3C. RGB value is (116,28,60). Sum of RGB (Red+Green+Blue) = 116+28+60=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #741C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741C3C is #8BE3C3. Grayscale: #393939. Windows color (decimal): -9167812 or 3939444. OLE color: 3939444.

HSL color Cylindrical-coordinate representation of color #741C3C: hue angle of 338.18º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #741C3C is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB1162860-
CMYK00.760.480.55
HSL338.18º61.11%28.24%-
HSV(B)338.18º75.86%45.49%-
XYZ8.434.874.77-
YUV57.96129.15169.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.86%
GREEN value IS 28 (11.33% from 255) = 13.73%
BLUE value IS 60 (23.83% from 255) = 29.41%
R=56.86%
G=13.73%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116286000.760.480.55338.1861.1128.24
Hex741C3C04C30371523d1c
Octal1643474011460675227534
Binary1110100111001111000100110011000011011110101001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,28,60); }

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

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

 a { background-color: rgb(116,28,60); }

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

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

 span { border-color: rgb(116,28,60); }

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