#8F3A46

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

Shades of Camelot #8F3A46

Tints of Camelot #8F3A46

Color information

#8F3A46 (or 0x8F3A46) is unknown color: approx Camelot. HEX triplet: 8F, 3A and 46. RGB value is (143,58,70). Sum of RGB (Red+Green+Blue) = 143+58+70=271 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.77% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F3A46 is #70C5B9. Grayscale: #545454. Windows color (decimal): -7390650 or 4602511. OLE color: 4602511.

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

Color convert

RGB1435870-
CMYK00.590.510.44
HSL351.53º42.29%39.41%-
HSV(B)351.53º59.44%56.08%-
XYZ13.959.316.86-
YUV84.78119.66169.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 52.77%
GREEN value IS 58 (23.05% from 255) = 21.40%
BLUE value IS 70 (27.73% from 255) = 25.83%
R=52.77%
G=21.40%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143587000.590.510.44351.5342.2939.41
Hex8F3A4603B332C1602a27
Octal2177210607363545405247
Binary1000111111101010001100111011110011101100101100000101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,58,70); }

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

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

 a { background-color: rgb(143,58,70); }

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

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

 span { border-color: rgb(143,58,70); }

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