#833E52

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

Shades of Camelot #833E52

Tints of Camelot #833E52

Color information

#833E52 (or 0x833E52) is unknown color: approx Camelot. HEX triplet: 83, 3E and 52. RGB value is (131,62,82). Sum of RGB (Red+Green+Blue) = 131+62+82=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #833E52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833E52 is #7CC1AD. Grayscale: #545454. Windows color (decimal): -8176046 or 5389955. OLE color: 5389955.

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

Color convert

RGB1316282-
CMYK00.530.370.49
HSL342.61º35.75%37.84%-
HSV(B)342.61º52.67%51.37%-
XYZ12.618.889.03-
YUV84.91126.36160.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.64%
GREEN value IS 62 (24.61% from 255) = 22.55%
BLUE value IS 82 (32.42% from 255) = 29.82%
R=47.64%
G=22.55%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131628200.530.370.49342.6135.7537.84
Hex833E5203525311572426
Octal2037612206545615274446
Binary1000001111111010100100110101100101110001101010111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833E52; }

 p { color: rgb(131,62,82); }

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

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

 a { background-color: rgb(131,62,82); }

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

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

 span { border-color: rgb(131,62,82); }

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