#844558

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

Shades of Camelot #844558

Tints of Camelot #844558

Color information

#844558 (or 0x844558) is unknown color: approx Camelot. HEX triplet: 84, 45 and 58. RGB value is (132,69,88). Sum of RGB (Red+Green+Blue) = 132+69+88=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #844558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844558 is #7BBAA7. Grayscale: #595959. Windows color (decimal): -8108712 or 5784964. OLE color: 5784964.

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

Color convert

RGB1326988-
CMYK00.480.330.48
HSL341.9º31.34%39.41%-
HSV(B)341.9º47.73%51.76%-
XYZ13.419.8710.43-
YUV90126.87157.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.67%
GREEN value IS 69 (27.34% from 255) = 23.88%
BLUE value IS 88 (34.77% from 255) = 30.45%
R=45.67%
G=23.88%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132698800.480.330.48341.931.3439.41
Hex84455803021301561f27
Octal20410513006041605263747
Binary1000010010001011011000011000010000111000010101011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844558; }

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

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

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

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

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

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

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

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