#74384A

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

Shades of Camelot #74384A

Tints of Camelot #74384A

Color information

#74384A (or 0x74384A) is unknown color: approx Camelot. HEX triplet: 74, 38 and 4A. RGB value is (116,56,74). Sum of RGB (Red+Green+Blue) = 116+56+74=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #74384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74384A is #8BC7B5. Grayscale: #4B4B4B. Windows color (decimal): -9160630 or 4864116. OLE color: 4864116.

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

Color convert

RGB1165674-
CMYK00.520.360.55
HSL342º34.88%33.73%-
HSV(B)342º51.72%45.49%-
XYZ9.857.047.32-
YUV75.99126.88156.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.15%
GREEN value IS 56 (22.27% from 255) = 22.76%
BLUE value IS 74 (29.30% from 255) = 30.08%
R=47.15%
G=22.76%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116567400.520.360.5534234.8833.73
Hex74384A03424371562322
Octal1647011206444675264342
Binary111010011100010010100110100100100110111101010110100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74384A; }

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

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

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

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

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

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

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

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