#843849

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

Shades of Camelot #843849

Tints of Camelot #843849

Color information

#843849 (or 0x843849) is unknown color: approx Camelot. HEX triplet: 84, 38 and 49. RGB value is (132,56,73). Sum of RGB (Red+Green+Blue) = 132+56+73=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #843849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843849 is #7BC7B6. Grayscale: #505050. Windows color (decimal): -8112055 or 4798596. OLE color: 4798596.

HSL color Cylindrical-coordinate representation of color #843849: hue angle of 346.58º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #843849 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB1325673-
CMYK00.580.450.48
HSL346.58º40.43%36.86%-
HSV(B)346.58º57.58%51.76%-
XYZ12.138.217.25-
YUV80.66123.68164.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.57%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 73 (28.91% from 255) = 27.97%
R=50.57%
G=21.46%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132567300.580.450.48346.5840.4336.86
Hex84384903A2D3015b2825
Octal2047011107255605335045
Binary1000010011100010010010111010101101110000101011011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843849; }

 p { color: rgb(132,56,73); }

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

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

 a { background-color: rgb(132,56,73); }

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

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

 span { border-color: rgb(132,56,73); }

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