#740D31

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

Shades of Claret #740D31

Tints of Claret #740D31

Color information

#740D31 (or 0x740D31) is unknown color: approx Claret. HEX triplet: 74, 0D and 31. RGB value is (116,13,49). Sum of RGB (Red+Green+Blue) = 116+13+49=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 13 (5.47% from 255 or 7.30% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #740D31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740D31 is #8BF2CE. Grayscale: #2F2F2F. Windows color (decimal): -9171663 or 3214708. OLE color: 3214708.

HSL color Cylindrical-coordinate representation of color #740D31: hue angle of 339.03º 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 #740D31 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1161349-
CMYK00.890.580.55
HSL339.03º79.84%25.29%-
HSV(B)339.03º88.79%45.49%-
XYZ7.94.223.3-
YUV47.9128.62176.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 65.17%
GREEN value IS 13 (5.47% from 255) = 7.30%
BLUE value IS 49 (19.53% from 255) = 27.53%
R=65.17%
G=7.30%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116134900.890.580.55339.0379.8425.29
Hex74D310593A371535019
Octal16415610131726752312031
Binary1110100110111000101011001111010110111101010011101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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