#741D2F

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

Shades of Claret #741D2F

Tints of Claret #741D2F

Color information

#741D2F (or 0x741D2F) is unknown color: approx Claret. HEX triplet: 74, 1D and 2F. RGB value is (116,29,47). Sum of RGB (Red+Green+Blue) = 116+29+47=192 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.42% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 116 - color contains mainly: red. Hex color #741D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D2F is #8BE2D0. Grayscale: #393939. Windows color (decimal): -9167569 or 3087732. OLE color: 3087732.

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

Color convert

RGB1162947-
CMYK00.750.590.55
HSL347.59º60%28.43%-
HSV(B)347.59º75%45.49%-
XYZ8.154.83.19-
YUV57.06122.32170.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 60.42%
GREEN value IS 29 (11.72% from 255) = 15.10%
BLUE value IS 47 (18.75% from 255) = 24.48%
R=60.42%
G=15.10%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116294700.750.590.55347.596028.43
Hex741D2F04B3B3715c3c1c
Octal1643557011373675347434
Binary1110100111011011110100101111101111011110101110011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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