#844258

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

Shades of Camelot #844258

Tints of Camelot #844258

Color information

#844258 (or 0x844258) is unknown color: approx Camelot. HEX triplet: 84, 42 and 58. RGB value is (132,66,88). Sum of RGB (Red+Green+Blue) = 132+66+88=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #844258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844258 is #7BBDA7. Grayscale: #585858. Windows color (decimal): -8109480 or 5784196. OLE color: 5784196.

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

Color convert

RGB1326688-
CMYK00.50.330.48
HSL340º33.33%38.82%-
HSV(B)340º50%51.76%-
XYZ13.239.5110.37-
YUV88.24127.87159.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.15%
GREEN value IS 66 (26.17% from 255) = 23.08%
BLUE value IS 88 (34.77% from 255) = 30.77%
R=46.15%
G=23.08%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132668800.50.330.4834033.3338.82
Hex84425803221301542127
Octal20410213006241605244147
Binary10000100100001010110000110010100001110000101010100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844258; }

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

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

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

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

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

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

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

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