#833E54

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

Shades of Camelot #833E54

Tints of Camelot #833E54

Color information

#833E54 (or 0x833E54) is unknown color: approx Camelot. HEX triplet: 83, 3E and 54. RGB value is (131,62,84). Sum of RGB (Red+Green+Blue) = 131+62+84=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #833E54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833E54 is #7CC1AB. Grayscale: #555555. Windows color (decimal): -8176044 or 5521027. OLE color: 5521027.

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

Color convert

RGB1316284-
CMYK00.530.360.49
HSL340.87º35.75%37.84%-
HSV(B)340.87º52.67%51.37%-
XYZ12.688.919.44-
YUV85.14127.36160.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.29%
GREEN value IS 62 (24.61% from 255) = 22.38%
BLUE value IS 84 (33.20% from 255) = 30.32%
R=47.29%
G=22.38%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131628400.530.360.49340.8735.7537.84
Hex833E5403524311552426
Octal2037612406544615254446
Binary1000001111111010101000110101100100110001101010101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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