#8F3647

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

Shades of Camelot #8F3647

Tints of Camelot #8F3647

Color information

#8F3647 (or 0x8F3647) is unknown color: approx Camelot. HEX triplet: 8F, 36 and 47. RGB value is (143,54,71). Sum of RGB (Red+Green+Blue) = 143+54+71=268 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.36% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3647 is #70C9B8. Grayscale: #525252. Windows color (decimal): -7391673 or 4667023. OLE color: 4667023.

HSL color Cylindrical-coordinate representation of color #8F3647: hue angle of 348.54º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F3647 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB1435471-
CMYK00.620.500.44
HSL348.54º45.18%38.63%-
HSV(B)348.54º62.24%56.08%-
XYZ13.788.936.96-
YUV82.55121.49171.12-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 53.36%
GREEN value IS 54 (21.48% from 255) = 20.15%
BLUE value IS 71 (28.12% from 255) = 26.49%
R=53.36%
G=20.15%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143547100.620.500.44348.5445.1838.63
Hex8F364703E322C15d2d27
Octal2176610707662545355547
Binary1000111111011010001110111110110010101100101011101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,54,71); }

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

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

 a { background-color: rgb(143,54,71); }

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

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

 span { border-color: rgb(143,54,71); }

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