#743B4B

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

Shades of Camelot #743B4B

Tints of Camelot #743B4B

Color information

#743B4B (or 0x743B4B) is unknown color: approx Camelot. HEX triplet: 74, 3B and 4B. RGB value is (116,59,75). Sum of RGB (Red+Green+Blue) = 116+59+75=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #743B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743B4B is #8BC4B4. Grayscale: #4D4D4D. Windows color (decimal): -9159861 or 4930420. OLE color: 4930420.

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

Color convert

RGB1165975-
CMYK00.490.350.55
HSL343.16º32.57%34.31%-
HSV(B)343.16º49.14%45.49%-
XYZ10.047.357.55-
YUV77.87126.38155.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.4%
GREEN value IS 59 (23.44% from 255) = 23.6%
BLUE value IS 75 (29.69% from 255) = 30%
R=46.4%
G=23.6%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116597500.490.350.55343.1632.5734.31
Hex743B4B03123371572122
Octal1647311306143675274142
Binary111010011101110010110110001100011110111101010111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,59,75); }

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

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

 a { background-color: rgb(116,59,75); }

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

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

 span { border-color: rgb(116,59,75); }

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