#833349

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

Shades of Camelot #833349

Tints of Camelot #833349

Color information

#833349 (or 0x833349) is unknown color: approx Camelot. HEX triplet: 83, 33 and 49. RGB value is (131,51,73). Sum of RGB (Red+Green+Blue) = 131+51+73=255 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.37% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 131 - color contains mainly: red. Hex color #833349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833349 is #7CCCB6. Grayscale: #4D4D4D. Windows color (decimal): -8178871 or 4797315. OLE color: 4797315.

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

Color convert

RGB1315173-
CMYK00.610.440.49
HSL343.5º43.96%35.69%-
HSV(B)343.5º61.07%51.37%-
XYZ11.757.677.17-
YUV77.43125.5166.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.37%
GREEN value IS 51 (20.31% from 255) = 20%
BLUE value IS 73 (28.91% from 255) = 28.63%
R=51.37%
G=20%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131517300.610.440.49343.543.9635.69
Hex83334903D2C311582c24
Octal2036311107554615305444
Binary1000001111001110010010111101101100110001101011000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833349; }

 p { color: rgb(131,51,73); }

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

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

 a { background-color: rgb(131,51,73); }

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

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

 span { border-color: rgb(131,51,73); }

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