#834157

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

Shades of Camelot #834157

Tints of Camelot #834157

Color information

#834157 (or 0x834157) is unknown color: approx Camelot. HEX triplet: 83, 41 and 57. RGB value is (131,65,87). Sum of RGB (Red+Green+Blue) = 131+65+87=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 131 - color contains mainly: red. Hex color #834157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834157 is #7CBEA8. Grayscale: #575757. Windows color (decimal): -8175273 or 5718403. OLE color: 5718403.

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

Color convert

RGB1316587-
CMYK00.500.340.49
HSL340º33.67%38.43%-
HSV(B)340º50.38%51.37%-
XYZ12.979.2910.13-
YUV87.24127.87159.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.29%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 87 (34.38% from 255) = 30.74%
R=46.29%
G=22.97%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131658700.500.340.4934033.6738.43
Hex83415703222311542226
Octal20310112706242615244246
Binary10000011100000110101110110010100010110001101010100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834157; }

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

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

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

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

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

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

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

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