#8C3449

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

Shades of Camelot #8C3449

Tints of Camelot #8C3449

Color information

#8C3449 (or 0x8C3449) is unknown color: approx Camelot. HEX triplet: 8C, 34 and 49. RGB value is (140,52,73). Sum of RGB (Red+Green+Blue) = 140+52+73=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3449 is #73CBB6. Grayscale: #505050. Windows color (decimal): -7588791 or 4797580. OLE color: 4797580.

HSL color Cylindrical-coordinate representation of color #8C3449: hue angle of 345.68º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C3449 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB1405273-
CMYK00.630.480.45
HSL345.68º45.83%37.65%-
HSV(B)345.68º62.86%54.9%-
XYZ13.258.517.25-
YUV80.71123.65170.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.83%
GREEN value IS 52 (20.70% from 255) = 19.62%
BLUE value IS 73 (28.91% from 255) = 27.55%
R=52.83%
G=19.62%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140527300.630.480.45345.6845.8337.65
Hex8C344903F302D15a2e26
Octal2146411107760555325646
Binary1000110011010010010010111111110000101101101011010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,52,73); }

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

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

 a { background-color: rgb(140,52,73); }

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

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

 span { border-color: rgb(140,52,73); }

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