#833B4B

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

Shades of Camelot #833B4B

Tints of Camelot #833B4B

Color information

#833B4B (or 0x833B4B) is unknown color: approx Camelot. HEX triplet: 83, 3B and 4B. RGB value is (131,59,75). Sum of RGB (Red+Green+Blue) = 131+59+75=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #833B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833B4B is #7CC4B4. Grayscale: #525252. Windows color (decimal): -8176821 or 4930435. OLE color: 4930435.

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

Color convert

RGB1315975-
CMYK00.550.430.49
HSL346.67º37.89%37.25%-
HSV(B)346.67º54.96%51.37%-
XYZ12.198.467.65-
YUV82.35123.85162.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.43%
GREEN value IS 59 (23.44% from 255) = 22.26%
BLUE value IS 75 (29.69% from 255) = 28.30%
R=49.43%
G=22.26%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131597500.550.430.49346.6737.8937.25
Hex833B4B0372B3115b2625
Octal2037311306753615334645
Binary1000001111101110010110110111101011110001101011011100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,59,75); }

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

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

 a { background-color: rgb(131,59,75); }

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

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

 span { border-color: rgb(131,59,75); }

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