#740D2F

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

Shades of Claret #740D2F

Tints of Claret #740D2F

Color information

#740D2F (or 0x740D2F) is unknown color: approx Claret. HEX triplet: 74, 0D and 2F. RGB value is (116,13,47). Sum of RGB (Red+Green+Blue) = 116+13+47=176 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.91% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 116 - color contains mainly: red. Hex color #740D2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740D2F is #8BF2D0. Grayscale: #2F2F2F. Windows color (decimal): -9171665 or 3083636. OLE color: 3083636.

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

Color convert

RGB1161347-
CMYK00.890.590.55
HSL340.19º79.84%25.29%-
HSV(B)340.19º88.79%45.49%-
XYZ7.864.213.09-
YUV47.67127.62176.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 65.91%
GREEN value IS 13 (5.47% from 255) = 7.39%
BLUE value IS 47 (18.75% from 255) = 26.70%
R=65.91%
G=7.39%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116134700.890.590.55340.1979.8425.29
Hex74D2F0593B371545019
Octal16415570131736752412031
Binary1110100110110111101011001111011110111101010100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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