#743D5D

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

Shades of Cosmic #743D5D

Tints of Cosmic #743D5D

Color information

#743D5D (or 0x743D5D) is unknown color: approx Cosmic. HEX triplet: 74, 3D and 5D. RGB value is (116,61,93). Sum of RGB (Red+Green+Blue) = 116+61+93=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #743D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D5D is #8BC2A2. Grayscale: #515151. Windows color (decimal): -9159331 or 6110580. OLE color: 6110580.

HSL color Cylindrical-coordinate representation of color #743D5D: hue angle of 325.09º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #743D5D is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1166193-
CMYK00.470.200.55
HSL325.09º31.07%34.71%-
HSV(B)325.09º47.41%45.49%-
XYZ10.857.8411.3-
YUV81.09134.72152.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.96%
GREEN value IS 61 (24.22% from 255) = 22.59%
BLUE value IS 93 (36.72% from 255) = 34.44%
R=42.96%
G=22.59%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116619300.470.200.55325.0931.0734.71
Hex743D5D02F14371451f23
Octal1647513505724675053743
Binary1110100111101101110101011111010011011110100010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743D5D; }

 p { color: rgb(116,61,93); }

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

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

 a { background-color: rgb(116,61,93); }

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

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

 span { border-color: rgb(116,61,93); }

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