#740E32

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

Shades of Claret #740E32

Tints of Claret #740E32

Color information

#740E32 (or 0x740E32) is unknown color: approx Claret. HEX triplet: 74, 0E and 32. RGB value is (116,14,50). Sum of RGB (Red+Green+Blue) = 116+14+50=180 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.44% from 180); Green value is 14 (5.86% from 255 or 7.78% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 116 - color contains mainly: red. Hex color #740E32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740E32 is #8BF1CD. Grayscale: #303030. Windows color (decimal): -9171406 or 3280500. OLE color: 3280500.

HSL color Cylindrical-coordinate representation of color #740E32: hue angle of 338.82º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #740E32 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1161450-
CMYK00.880.570.55
HSL338.82º78.46%25.49%-
HSV(B)338.82º87.93%45.49%-
XYZ7.944.263.42-
YUV48.6128.79176.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 64.44%
GREEN value IS 14 (5.86% from 255) = 7.78%
BLUE value IS 50 (19.92% from 255) = 27.78%
R=64.44%
G=7.78%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116145000.880.570.55338.8278.4625.49
Hex74E3205839371534e19
Octal16416620130716752311631
Binary1110100111011001001011000111001110111101010011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740E32; }

 p { color: rgb(116,14,50); }

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

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

 a { background-color: rgb(116,14,50); }

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

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

 span { border-color: rgb(116,14,50); }

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