#741F2F

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

Shades of Claret #741F2F

Tints of Claret #741F2F

Color information

#741F2F (or 0x741F2F) is unknown color: approx Claret. HEX triplet: 74, 1F and 2F. RGB value is (116,31,47). Sum of RGB (Red+Green+Blue) = 116+31+47=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #741F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741F2F is #8BE0D0. Grayscale: #3A3A3A. Windows color (decimal): -9167057 or 3088244. OLE color: 3088244.

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

Color convert

RGB1163147-
CMYK00.730.590.55
HSL348.71º57.82%28.82%-
HSV(B)348.71º73.28%45.49%-
XYZ8.214.93.2-
YUV58.24121.66169.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 59.79%
GREEN value IS 31 (12.5% from 255) = 15.98%
BLUE value IS 47 (18.75% from 255) = 24.23%
R=59.79%
G=15.98%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116314700.730.590.55348.7157.8228.82
Hex741F2F0493B3715d3a1d
Octal1643757011173675357235
Binary1110100111111011110100100111101111011110101110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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