#863043

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

Shades of Camelot #863043

Tints of Camelot #863043

Color information

#863043 (or 0x863043) is unknown color: approx Camelot. HEX triplet: 86, 30 and 43. RGB value is (134,48,67). Sum of RGB (Red+Green+Blue) = 134+48+67=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #863043 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863043 is #79CFBC. Grayscale: #4B4B4B. Windows color (decimal): -7983037 or 4403334. OLE color: 4403334.

HSL color Cylindrical-coordinate representation of color #863043: hue angle of 346.74º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #863043 is Cyan = 0, Magento = 0.64, Yellow = 0.5 and Black (K on CMYK) = 0.47.

Color convert

RGB1344867-
CMYK00.640.50.47
HSL346.74º47.25%35.69%-
HSV(B)346.74º64.18%52.55%-
XYZ11.97.596.15-
YUV75.88122.99169.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.82%
GREEN value IS 48 (19.14% from 255) = 19.28%
BLUE value IS 67 (26.56% from 255) = 26.91%
R=53.82%
G=19.28%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134486700.640.50.47346.7447.2535.69
Hex863043040322F15b2f24
Octal20660103010062575335744
Binary10000110110000100001101000000110010101111101011011101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863043; }

 p { color: rgb(134,48,67); }

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

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

 a { background-color: rgb(134,48,67); }

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

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

 span { border-color: rgb(134,48,67); }

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