#824457

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

Shades of Camelot #824457

Tints of Camelot #824457

Color information

#824457 (or 0x824457) is unknown color: approx Camelot. HEX triplet: 82, 44 and 57. RGB value is (130,68,87). Sum of RGB (Red+Green+Blue) = 130+68+87=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #824457 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824457 is #7DBBA8. Grayscale: #585858. Windows color (decimal): -8240041 or 5719170. OLE color: 5719170.

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

Color convert

RGB1306887-
CMYK00.480.330.49
HSL341.61º31.31%38.82%-
HSV(B)341.61º47.69%50.98%-
XYZ12.999.5710.18-
YUV88.7127.04157.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.61%
GREEN value IS 68 (26.95% from 255) = 23.86%
BLUE value IS 87 (34.38% from 255) = 30.53%
R=45.61%
G=23.86%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130688700.480.330.49341.6131.3138.82
Hex82445703021311561f27
Octal20210412706041615263747
Binary1000001010001001010111011000010000111000110101011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824457; }

 p { color: rgb(130,68,87); }

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

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

 a { background-color: rgb(130,68,87); }

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

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

 span { border-color: rgb(130,68,87); }

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