#844250

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

Shades of Camelot #844250

Tints of Camelot #844250

Color information

#844250 (or 0x844250) is unknown color: approx Camelot. HEX triplet: 84, 42 and 50. RGB value is (132,66,80). Sum of RGB (Red+Green+Blue) = 132+66+80=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #844250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844250 is #7BBDAF. Grayscale: #575757. Windows color (decimal): -8109488 or 5259908. OLE color: 5259908.

HSL color Cylindrical-coordinate representation of color #844250: hue angle of 347.27º 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 #844250 is Cyan = 0, Magento = 0.5, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB1326680-
CMYK00.50.390.48
HSL347.27º33.33%38.82%-
HSV(B)347.27º50%51.76%-
XYZ12.919.388.72-
YUV87.33123.87159.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.48%
GREEN value IS 66 (26.17% from 255) = 23.74%
BLUE value IS 80 (31.64% from 255) = 28.78%
R=47.48%
G=23.74%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132668000.50.390.48347.2733.3338.82
Hex844250032273015b2127
Octal20410212006247605334147
Binary10000100100001010100000110010100111110000101011011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844250; }

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

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

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

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

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

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

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

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