#8C3243

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

Shades of Camelot #8C3243

Tints of Camelot #8C3243

Color information

#8C3243 (or 0x8C3243) is unknown color: approx Camelot. HEX triplet: 8C, 32 and 43. RGB value is (140,50,67). Sum of RGB (Red+Green+Blue) = 140+50+67=257 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.47% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3243 is #73CDBC. Grayscale: #4E4E4E. Windows color (decimal): -7589309 or 4403852. OLE color: 4403852.

HSL color Cylindrical-coordinate representation of color #8C3243: hue angle of 348.67º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C3243 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.45.

Color convert

RGB1405067-
CMYK00.640.520.45
HSL348.67º47.37%37.25%-
HSV(B)348.67º64.29%54.9%-
XYZ12.978.266.22-
YUV78.85121.32171.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.47%
GREEN value IS 50 (19.92% from 255) = 19.46%
BLUE value IS 67 (26.56% from 255) = 26.07%
R=54.47%
G=19.46%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140506700.640.520.45348.6747.3737.25
Hex8C3243040342D15d2f25
Octal21462103010064555355745
Binary10001100110010100001101000000110100101101101011101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,50,67); }

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

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

 a { background-color: rgb(140,50,67); }

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

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

 span { border-color: rgb(140,50,67); }

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