#742938

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

Shades of Claret #742938

Tints of Claret #742938

Color information

#742938 (or 0x742938) is unknown color: approx Claret. HEX triplet: 74, 29 and 38. RGB value is (116,41,56). Sum of RGB (Red+Green+Blue) = 116+41+56=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #742938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742938 is #8BD6C7. Grayscale: #414141. Windows color (decimal): -9164488 or 3680628. OLE color: 3680628.

HSL color Cylindrical-coordinate representation of color #742938: hue angle of 348º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #742938 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB1164156-
CMYK00.650.520.55
HSL348º47.77%30.78%-
HSV(B)348º64.66%45.49%-
XYZ8.715.584.36-
YUV65.13122.85164.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.46%
GREEN value IS 41 (16.41% from 255) = 19.25%
BLUE value IS 56 (22.27% from 255) = 26.29%
R=54.46%
G=19.25%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116415600.650.520.5534847.7730.78
Hex742938041343715c301f
Octal1645170010164675346037
Binary11101001010011110000100000111010011011110101110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742938; }

 p { color: rgb(116,41,56); }

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

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

 a { background-color: rgb(116,41,56); }

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

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

 span { border-color: rgb(116,41,56); }

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