#834351

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

Shades of Camelot #834351

Tints of Camelot #834351

Color information

#834351 (or 0x834351) is unknown color: approx Camelot. HEX triplet: 83, 43 and 51. RGB value is (131,67,81). Sum of RGB (Red+Green+Blue) = 131+67+81=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #834351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834351 is #7CBCAE. Grayscale: #575757. Windows color (decimal): -8174767 or 5325699. OLE color: 5325699.

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

Color convert

RGB1316781-
CMYK00.490.380.49
HSL346.88º32.32%38.82%-
HSV(B)346.88º48.85%51.37%-
XYZ12.859.438.93-
YUV87.73124.2158.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.95%
GREEN value IS 67 (26.56% from 255) = 24.01%
BLUE value IS 81 (32.03% from 255) = 29.03%
R=46.95%
G=24.01%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131678100.490.380.49346.8832.3238.82
Hex834351031263115b2027
Octal20310312106146615334047
Binary10000011100001110100010110001100110110001101011011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834351; }

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

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

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

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

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

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

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

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