#8F3E4E

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

Shades of Camelot #8F3E4E

Tints of Camelot #8F3E4E

Color information

#8F3E4E (or 0x8F3E4E) is unknown color: approx Camelot. HEX triplet: 8F, 3E and 4E. RGB value is (143,62,78). Sum of RGB (Red+Green+Blue) = 143+62+78=283 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.53% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3E4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3E4E is #70C1B1. Grayscale: #585858. Windows color (decimal): -7389618 or 5127823. OLE color: 5127823.

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

Color convert

RGB1436278-
CMYK00.570.450.44
HSL348.15º39.51%40.2%-
HSV(B)348.15º56.64%56.08%-
XYZ14.439.838.35-
YUV88.04122.34167.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50.53%
GREEN value IS 62 (24.61% from 255) = 21.91%
BLUE value IS 78 (30.86% from 255) = 27.56%
R=50.53%
G=21.91%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143627800.570.450.44348.1539.5140.2
Hex8F3E4E0392D2C15c2828
Octal2177611607155545345050
Binary1000111111111010011100111001101101101100101011100101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,62,78); }

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

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

 a { background-color: rgb(143,62,78); }

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

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

 span { border-color: rgb(143,62,78); }

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