#741D31

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

Shades of Claret #741D31

Tints of Claret #741D31

Color information

#741D31 (or 0x741D31) is unknown color: approx Claret. HEX triplet: 74, 1D and 31. RGB value is (116,29,49). Sum of RGB (Red+Green+Blue) = 116+29+49=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #741D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D31 is #8BE2CE. Grayscale: #393939. Windows color (decimal): -9167567 or 3218804. OLE color: 3218804.

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

Color convert

RGB1162949-
CMYK00.750.580.55
HSL346.21º60%28.43%-
HSV(B)346.21º75%45.49%-
XYZ8.24.813.4-
YUV57.29123.32169.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 59.79%
GREEN value IS 29 (11.72% from 255) = 14.95%
BLUE value IS 49 (19.53% from 255) = 25.26%
R=59.79%
G=14.95%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116294900.750.580.55346.216028.43
Hex741D3104B3A3715a3c1c
Octal1643561011372675327434
Binary1110100111011100010100101111101011011110101101011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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