#833243

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

Shades of Camelot #833243

Tints of Camelot #833243

Color information

#833243 (or 0x833243) is unknown color: approx Camelot. HEX triplet: 83, 32 and 43. RGB value is (131,50,67). Sum of RGB (Red+Green+Blue) = 131+50+67=248 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.82% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 131 - color contains mainly: red. Hex color #833243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833243 is #7CCDBC. Grayscale: #4C4C4C. Windows color (decimal): -8179133 or 4403843. OLE color: 4403843.

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

Color convert

RGB1315067-
CMYK00.620.490.49
HSL347.41º44.75%35.49%-
HSV(B)347.41º61.83%51.37%-
XYZ11.517.516.15-
YUV76.16122.84167.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.82%
GREEN value IS 50 (19.92% from 255) = 20.16%
BLUE value IS 67 (26.56% from 255) = 27.02%
R=52.82%
G=20.16%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131506700.620.490.49347.4144.7535.49
Hex83324303E313115b2d23
Octal2036210307661615335543
Binary1000001111001010000110111110110001110001101011011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833243; }

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

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

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

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

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

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

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

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