#8A354C

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

Shades of Camelot #8A354C

Tints of Camelot #8A354C

Color information

#8A354C (or 0x8A354C) is unknown color: approx Camelot. HEX triplet: 8A, 35 and 4C. RGB value is (138,53,76). Sum of RGB (Red+Green+Blue) = 138+53+76=267 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.69% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 138 - color contains mainly: red. Hex color #8A354C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A354C is #75CAB3. Grayscale: #515151. Windows color (decimal): -7719604 or 4994442. OLE color: 4994442.

HSL color Cylindrical-coordinate representation of color #8A354C: hue angle of 343.76º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A354C is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB1385376-
CMYK00.620.450.46
HSL343.76º44.5%37.45%-
HSV(B)343.76º61.59%54.12%-
XYZ13.068.477.78-
YUV81.04125.16168.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.69%
GREEN value IS 53 (21.09% from 255) = 19.85%
BLUE value IS 76 (30.08% from 255) = 28.46%
R=51.69%
G=19.85%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138537600.620.450.46343.7644.537.45
Hex8A354C03E2D2E1582d25
Octal2126511407655565305545
Binary1000101011010110011000111110101101101110101011000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A354C; }

 p { color: rgb(138,53,76); }

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

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

 a { background-color: rgb(138,53,76); }

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

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

 span { border-color: rgb(138,53,76); }

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