#740D32

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

Shades of Claret #740D32

Tints of Claret #740D32

Color information

#740D32 (or 0x740D32) is unknown color: approx Claret. HEX triplet: 74, 0D and 32. RGB value is (116,13,50). Sum of RGB (Red+Green+Blue) = 116+13+50=179 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.80% from 179); Green value is 13 (5.47% from 255 or 7.26% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 116 - color contains mainly: red. Hex color #740D32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740D32 is #8BF2CD. Grayscale: #2F2F2F. Windows color (decimal): -9171662 or 3280244. OLE color: 3280244.

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

Color convert

RGB1161350-
CMYK00.890.570.55
HSL338.45º79.84%25.29%-
HSV(B)338.45º88.79%45.49%-
XYZ7.924.233.42-
YUV48.02129.12176.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 64.80%
GREEN value IS 13 (5.47% from 255) = 7.26%
BLUE value IS 50 (19.92% from 255) = 27.93%
R=64.80%
G=7.26%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116135000.890.570.55338.4579.8425.29
Hex74D3205939371525019
Octal16415620131716752212031
Binary1110100110111001001011001111001110111101010010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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