#834058

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

Shades of Camelot #834058

Tints of Camelot #834058

Color information

#834058 (or 0x834058) is unknown color: approx Camelot. HEX triplet: 83, 40 and 58. RGB value is (131,64,88). Sum of RGB (Red+Green+Blue) = 131+64+88=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 131 - color contains mainly: red. Hex color #834058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834058 is #7CBFA7. Grayscale: #565656. Windows color (decimal): -8175528 or 5783683. OLE color: 5783683.

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

Color convert

RGB1316488-
CMYK00.510.330.49
HSL338.51º34.36%38.24%-
HSV(B)338.51º51.15%51.37%-
XYZ12.959.210.32-
YUV86.77128.7159.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.29%
GREEN value IS 64 (25.39% from 255) = 22.61%
BLUE value IS 88 (34.77% from 255) = 31.10%
R=46.29%
G=22.61%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131648800.510.330.49338.5134.3638.24
Hex83405803321311532226
Octal20310013006341615234246
Binary10000011100000010110000110011100001110001101010011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834058; }

 p { color: rgb(131,64,88); }

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

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

 a { background-color: rgb(131,64,88); }

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

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

 span { border-color: rgb(131,64,88); }

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