#834057

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

Shades of Camelot #834057

Tints of Camelot #834057

Color information

#834057 (or 0x834057) is unknown color: approx Camelot. HEX triplet: 83, 40 and 57. RGB value is (131,64,87). Sum of RGB (Red+Green+Blue) = 131+64+87=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #834057 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834057 is #7CBFA8. Grayscale: #565656. Windows color (decimal): -8175529 or 5718147. OLE color: 5718147.

HSL color Cylindrical-coordinate representation of color #834057: hue angle of 339.4º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #834057 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB1316487-
CMYK00.510.340.49
HSL339.4º34.36%38.24%-
HSV(B)339.4º51.15%51.37%-
XYZ12.919.1810.11-
YUV86.66128.2159.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.45%
GREEN value IS 64 (25.39% from 255) = 22.70%
BLUE value IS 87 (34.38% from 255) = 30.85%
R=46.45%
G=22.70%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131648700.510.340.49339.434.3638.24
Hex83405703322311532226
Octal20310012706342615234246
Binary10000011100000010101110110011100010110001101010011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834057; }

 p { color: rgb(131,64,87); }

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

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

 a { background-color: rgb(131,64,87); }

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

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

 span { border-color: rgb(131,64,87); }

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