#843A52

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

Shades of Camelot #843A52

Tints of Camelot #843A52

Color information

#843A52 (or 0x843A52) is unknown color: approx Camelot. HEX triplet: 84, 3A and 52. RGB value is (132,58,82). Sum of RGB (Red+Green+Blue) = 132+58+82=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #843A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843A52 is #7BC5AD. Grayscale: #525252. Windows color (decimal): -8111534 or 5388932. OLE color: 5388932.

HSL color Cylindrical-coordinate representation of color #843A52: hue angle of 340.54º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #843A52 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1325882-
CMYK00.560.380.48
HSL340.54º38.95%37.25%-
HSV(B)340.54º56.06%51.76%-
XYZ12.558.548.97-
YUV82.86127.52163.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.53%
GREEN value IS 58 (23.05% from 255) = 21.32%
BLUE value IS 82 (32.42% from 255) = 30.15%
R=48.53%
G=21.32%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132588200.560.380.48340.5438.9537.25
Hex843A5203826301552725
Octal2047212207046605254745
Binary1000010011101010100100111000100110110000101010101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843A52; }

 p { color: rgb(132,58,82); }

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

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

 a { background-color: rgb(132,58,82); }

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

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

 span { border-color: rgb(132,58,82); }

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