#741D30

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

Shades of Claret #741D30

Tints of Claret #741D30

Color information

#741D30 (or 0x741D30) is unknown color: approx Claret. HEX triplet: 74, 1D and 30. RGB value is (116,29,48). Sum of RGB (Red+Green+Blue) = 116+29+48=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #741D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D30 is #8BE2CF. Grayscale: #393939. Windows color (decimal): -9167568 or 3153268. OLE color: 3153268.

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

Color convert

RGB1162948-
CMYK00.750.590.55
HSL346.9º60%28.43%-
HSV(B)346.9º75%45.49%-
XYZ8.184.813.29-
YUV57.18122.82169.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 60.10%
GREEN value IS 29 (11.72% from 255) = 15.03%
BLUE value IS 48 (19.14% from 255) = 24.87%
R=60.10%
G=15.03%
B=24.87%

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
Decimal116294800.750.590.55346.96028.43
Hex741D3004B3B3715b3c1c
Octal1643560011373675337434
Binary1110100111011100000100101111101111011110101101111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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