#832E43

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

Shades of Camelot #832E43

Tints of Camelot #832E43

Color information

#832E43 (or 0x832E43) is unknown color: approx Camelot. HEX triplet: 83, 2E and 43. RGB value is (131,46,67). Sum of RGB (Red+Green+Blue) = 131+46+67=244 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.69% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 131 - color contains mainly: red. Hex color #832E43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832E43 is #7CD1BC. Grayscale: #494949. Windows color (decimal): -8180157 or 4402819. OLE color: 4402819.

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

Color convert

RGB1314667-
CMYK00.650.490.49
HSL345.18º48.02%34.71%-
HSV(B)345.18º64.89%51.37%-
XYZ11.357.186.1-
YUV73.81124.16168.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.69%
GREEN value IS 46 (18.36% from 255) = 18.85%
BLUE value IS 67 (26.56% from 255) = 27.46%
R=53.69%
G=18.85%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131466700.650.490.49345.1848.0234.71
Hex832E4304131311593023
Octal20356103010161615316043
Binary10000011101110100001101000001110001110001101011001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832E43; }

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

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

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

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

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

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

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

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