#8C3245

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

Shades of Camelot #8C3245

Tints of Camelot #8C3245

Color information

#8C3245 (or 0x8C3245) is unknown color: approx Camelot. HEX triplet: 8C, 32 and 45. RGB value is (140,50,69). Sum of RGB (Red+Green+Blue) = 140+50+69=259 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.05% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3245 is #73CDBA. Grayscale: #4F4F4F. Windows color (decimal): -7589307 or 4534924. OLE color: 4534924.

HSL color Cylindrical-coordinate representation of color #8C3245: hue angle of 347.33º 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 #8C3245 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB1405069-
CMYK00.640.510.45
HSL347.33º47.37%37.25%-
HSV(B)347.33º64.29%54.9%-
XYZ13.038.296.54-
YUV79.08122.32171.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.05%
GREEN value IS 50 (19.92% from 255) = 19.31%
BLUE value IS 69 (27.34% from 255) = 26.64%
R=54.05%
G=19.31%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140506900.640.510.45347.3347.3737.25
Hex8C3245040332D15b2f25
Octal21462105010063555335745
Binary10001100110010100010101000000110011101101101011011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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