#824352

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

Shades of Camelot #824352

Tints of Camelot #824352

Color information

#824352 (or 0x824352) is unknown color: approx Camelot. HEX triplet: 82, 43 and 52. RGB value is (130,67,82). Sum of RGB (Red+Green+Blue) = 130+67+82=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #824352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824352 is #7DBCAD. Grayscale: #575757. Windows color (decimal): -8240302 or 5391234. OLE color: 5391234.

HSL color Cylindrical-coordinate representation of color #824352: hue angle of 345.71º degrees, saturation: 0.32, 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 #824352 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB1306782-
CMYK00.480.370.49
HSL345.71º31.98%38.63%-
HSV(B)345.71º48.46%50.98%-
XYZ12.749.379.12-
YUV87.55124.87158.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.59%
GREEN value IS 67 (26.56% from 255) = 24.01%
BLUE value IS 82 (32.42% from 255) = 29.39%
R=46.59%
G=24.01%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130678200.480.370.49345.7131.9838.63
Hex824352030253115a2027
Octal20210312206045615324047
Binary10000010100001110100100110000100101110001101011010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824352; }

 p { color: rgb(130,67,82); }

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

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

 a { background-color: rgb(130,67,82); }

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

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

 span { border-color: rgb(130,67,82); }

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