#834156

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

Shades of Camelot #834156

Tints of Camelot #834156

Color information

#834156 (or 0x834156) is unknown color: approx Camelot. HEX triplet: 83, 41 and 56. RGB value is (131,65,86). Sum of RGB (Red+Green+Blue) = 131+65+86=282 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.45% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 131 - color contains mainly: red. Hex color #834156 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834156 is #7CBEA9. Grayscale: #575757. Windows color (decimal): -8175274 or 5652867. OLE color: 5652867.

HSL color Cylindrical-coordinate representation of color #834156: hue angle of 340.91º 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 #834156 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB1316586-
CMYK00.500.340.49
HSL340.91º33.67%38.43%-
HSV(B)340.91º50.38%51.37%-
XYZ12.939.289.91-
YUV87.13127.37159.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.45%
GREEN value IS 65 (25.78% from 255) = 23.05%
BLUE value IS 86 (33.98% from 255) = 30.50%
R=46.45%
G=23.05%
B=30.50%

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
Decimal131658600.500.340.49340.9133.6738.43
Hex83415603222311552226
Octal20310112606242615254246
Binary10000011100000110101100110010100010110001101010101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834156; }

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

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

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

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

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

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

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

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