#824452

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

Shades of Camelot #824452

Tints of Camelot #824452

Color information

#824452 (or 0x824452) is unknown color: approx Camelot. HEX triplet: 82, 44 and 52. RGB value is (130,68,82). Sum of RGB (Red+Green+Blue) = 130+68+82=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #824452 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824452 is #7DBBAD. Grayscale: #585858. Windows color (decimal): -8240046 or 5391490. OLE color: 5391490.

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

Color convert

RGB1306882-
CMYK00.480.370.49
HSL346.45º31.31%38.82%-
HSV(B)346.45º47.69%50.98%-
XYZ12.89.499.14-
YUV88.13124.54157.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.43%
GREEN value IS 68 (26.95% from 255) = 24.29%
BLUE value IS 82 (32.42% from 255) = 29.29%
R=46.43%
G=24.29%
B=29.29%

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
Decimal130688200.480.370.49346.4531.3138.82
Hex824452030253115a1f27
Octal20210412206045615323747
Binary1000001010001001010010011000010010111000110101101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824452; }

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

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

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

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

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

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

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

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