#844252

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

Shades of Camelot #844252

Tints of Camelot #844252

Color information

#844252 (or 0x844252) is unknown color: approx Camelot. HEX triplet: 84, 42 and 52. RGB value is (132,66,82). Sum of RGB (Red+Green+Blue) = 132+66+82=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #844252 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844252 is #7BBDAD. Grayscale: #575757. Windows color (decimal): -8109486 or 5390980. OLE color: 5390980.

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

Color convert

RGB1326682-
CMYK00.50.380.48
HSL345.45º33.33%38.82%-
HSV(B)345.45º50%51.76%-
XYZ12.999.419.11-
YUV87.56124.87159.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.14%
GREEN value IS 66 (26.17% from 255) = 23.57%
BLUE value IS 82 (32.42% from 255) = 29.29%
R=47.14%
G=23.57%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132668200.50.380.48345.4533.3338.82
Hex84425203226301592127
Octal20410212206246605314147
Binary10000100100001010100100110010100110110000101011001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844252; }

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

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

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

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

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

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

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

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