#740D33

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

Shades of Claret #740D33

Tints of Claret #740D33

Color information

#740D33 (or 0x740D33) is unknown color: approx Claret. HEX triplet: 74, 0D and 33. RGB value is (116,13,51). Sum of RGB (Red+Green+Blue) = 116+13+51=180 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.44% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 116 - color contains mainly: red. Hex color #740D33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740D33 is #8BF2CC. Grayscale: #303030. Windows color (decimal): -9171661 or 3345780. OLE color: 3345780.

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

Color convert

RGB1161351-
CMYK00.890.560.55
HSL337.86º79.84%25.29%-
HSV(B)337.86º88.79%45.49%-
XYZ7.944.243.53-
YUV48.13129.62176.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 64.44%
GREEN value IS 13 (5.47% from 255) = 7.22%
BLUE value IS 51 (20.31% from 255) = 28.33%
R=64.44%
G=7.22%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116135100.890.560.55337.8679.8425.29
Hex74D3305938371525019
Octal16415630131706752212031
Binary1110100110111001101011001111000110111101010010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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