#741530

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

Shades of Claret #741530

Tints of Claret #741530

Color information

#741530 (or 0x741530) is unknown color: approx Claret. HEX triplet: 74, 15 and 30. RGB value is (116,21,48). Sum of RGB (Red+Green+Blue) = 116+21+48=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #741530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741530 is #8BEACF. Grayscale: #343434. Windows color (decimal): -9169616 or 3151220. OLE color: 3151220.

HSL color Cylindrical-coordinate representation of color #741530: hue angle of 342.95º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741530 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB1162148-
CMYK00.820.590.55
HSL342.95º69.34%26.86%-
HSV(B)342.95º81.9%45.49%-
XYZ84.463.24-
YUV52.48125.47173.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 62.70%
GREEN value IS 21 (8.59% from 255) = 11.35%
BLUE value IS 48 (19.14% from 255) = 25.95%
R=62.70%
G=11.35%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116214800.820.590.55342.9569.3426.86
Hex7415300523B37157451b
Octal16425600122736752710533
Binary11101001010111000001010010111011110111101010111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741530; }

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

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

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

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

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

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

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

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