#741330

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

Shades of Claret #741330

Tints of Claret #741330

Color information

#741330 (or 0x741330) is unknown color: approx Claret. HEX triplet: 74, 13 and 30. RGB value is (116,19,48). Sum of RGB (Red+Green+Blue) = 116+19+48=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #741330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741330 is #8BECCF. Grayscale: #333333. Windows color (decimal): -9170128 or 3150708. OLE color: 3150708.

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

Color convert

RGB1161948-
CMYK00.840.590.55
HSL342.06º71.85%26.47%-
HSV(B)342.06º83.62%45.49%-
XYZ7.974.393.22-
YUV51.31126.14174.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 63.39%
GREEN value IS 19 (7.81% from 255) = 10.38%
BLUE value IS 48 (19.14% from 255) = 26.23%
R=63.39%
G=10.38%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116194800.840.590.55342.0671.8526.47
Hex7413300543B37156481a
Octal16423600124736752611032
Binary11101001001111000001010100111011110111101010110100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741330; }

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

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

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

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

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

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

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

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