#833449

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

Shades of Camelot #833449

Tints of Camelot #833449

Color information

#833449 (or 0x833449) is unknown color: approx Camelot. HEX triplet: 83, 34 and 49. RGB value is (131,52,73). Sum of RGB (Red+Green+Blue) = 131+52+73=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #833449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833449 is #7CCBB6. Grayscale: #4E4E4E. Windows color (decimal): -8178615 or 4797571. OLE color: 4797571.

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

Color convert

RGB1315273-
CMYK00.600.440.49
HSL344.05º43.17%35.88%-
HSV(B)344.05º60.31%51.37%-
XYZ11.797.767.18-
YUV78.02125.17165.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.17%
GREEN value IS 52 (20.70% from 255) = 20.31%
BLUE value IS 73 (28.91% from 255) = 28.52%
R=51.17%
G=20.31%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131527300.600.440.49344.0543.1735.88
Hex83344903C2C311582b24
Octal2036411107454615305344
Binary1000001111010010010010111100101100110001101011000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833449; }

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

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

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

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

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

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

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

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