#833244

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

Shades of Camelot #833244

Tints of Camelot #833244

Color information

#833244 (or 0x833244) is unknown color: approx Camelot. HEX triplet: 83, 32 and 44. RGB value is (131,50,68). Sum of RGB (Red+Green+Blue) = 131+50+68=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #833244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833244 is #7CCDBB. Grayscale: #4C4C4C. Windows color (decimal): -8179132 or 4469379. OLE color: 4469379.

HSL color Cylindrical-coordinate representation of color #833244: hue angle of 346.67º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #833244 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB1315068-
CMYK00.620.480.49
HSL346.67º44.75%35.49%-
HSV(B)346.67º61.83%51.37%-
XYZ11.547.526.31-
YUV76.27123.34167.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.61%
GREEN value IS 50 (19.92% from 255) = 20.08%
BLUE value IS 68 (26.95% from 255) = 27.31%
R=52.61%
G=20.08%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131506800.620.480.49346.6744.7535.49
Hex83324403E303115b2d23
Octal2036210407660615335543
Binary1000001111001010001000111110110000110001101011011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833244; }

 p { color: rgb(131,50,68); }

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

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

 a { background-color: rgb(131,50,68); }

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

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

 span { border-color: rgb(131,50,68); }

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