#834551

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

Shades of Camelot #834551

Tints of Camelot #834551

Color information

#834551 (or 0x834551) is unknown color: approx Camelot. HEX triplet: 83, 45 and 51. RGB value is (131,69,81). Sum of RGB (Red+Green+Blue) = 131+69+81=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #834551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834551 is #7CBAAE. Grayscale: #585858. Windows color (decimal): -8174255 or 5326211. OLE color: 5326211.

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

Color convert

RGB1316981-
CMYK00.470.380.49
HSL348.39º31%39.22%-
HSV(B)348.39º47.33%51.37%-
XYZ12.979.688.97-
YUV88.91123.54158.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.62%
GREEN value IS 69 (27.34% from 255) = 24.56%
BLUE value IS 81 (32.03% from 255) = 28.83%
R=46.62%
G=24.56%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131698100.470.380.49348.393139.22
Hex83455102F263115c1f27
Octal20310512105746615343747
Binary1000001110001011010001010111110011011000110101110011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834551; }

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

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

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

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

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

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

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

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