#834357

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

Shades of Camelot #834357

Tints of Camelot #834357

Color information

#834357 (or 0x834357) is unknown color: approx Camelot. HEX triplet: 83, 43 and 57. RGB value is (131,67,87). Sum of RGB (Red+Green+Blue) = 131+67+87=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #834357 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834357 is #7CBCA8. Grayscale: #585858. Windows color (decimal): -8174761 or 5718915. OLE color: 5718915.

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

Color convert

RGB1316787-
CMYK00.490.340.49
HSL341.25º32.32%38.82%-
HSV(B)341.25º48.85%51.37%-
XYZ13.099.5310.17-
YUV88.42127.2158.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.96%
GREEN value IS 67 (26.56% from 255) = 23.51%
BLUE value IS 87 (34.38% from 255) = 30.53%
R=45.96%
G=23.51%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131678700.490.340.49341.2532.3238.82
Hex83435703122311552027
Octal20310312706142615254047
Binary10000011100001110101110110001100010110001101010101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834357; }

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

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

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

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

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

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

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

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