#741C33

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

Shades of Claret #741C33

Tints of Claret #741C33

Color information

#741C33 (or 0x741C33) is unknown color: approx Claret. HEX triplet: 74, 1C and 33. RGB value is (116,28,51). Sum of RGB (Red+Green+Blue) = 116+28+51=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #741C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741C33 is #8BE3CC. Grayscale: #383838. Windows color (decimal): -9167821 or 3349620. OLE color: 3349620.

HSL color Cylindrical-coordinate representation of color #741C33: hue angle of 344.32º 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 #741C33 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB1162851-
CMYK00.760.560.55
HSL344.32º61.11%28.24%-
HSV(B)344.32º75.86%45.49%-
XYZ8.224.783.62-
YUV56.93124.65170.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 59.49%
GREEN value IS 28 (11.33% from 255) = 14.36%
BLUE value IS 51 (20.31% from 255) = 26.15%
R=59.49%
G=14.36%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116285100.760.560.55344.3261.1128.24
Hex741C3304C38371583d1c
Octal1643463011470675307534
Binary1110100111001100110100110011100011011110101100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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