#854253

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

Shades of Camelot #854253

Tints of Camelot #854253

Color information

#854253 (or 0x854253) is unknown color: approx Camelot. HEX triplet: 85, 42 and 53. RGB value is (133,66,83). Sum of RGB (Red+Green+Blue) = 133+66+83=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #854253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854253 is #7ABDAC. Grayscale: #575757. Windows color (decimal): -8043949 or 5456517. OLE color: 5456517.

HSL color Cylindrical-coordinate representation of color #854253: hue angle of 344.78º degrees, saturation: 0.34, 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 #854253 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1336683-
CMYK00.500.380.48
HSL344.78º33.67%39.02%-
HSV(B)344.78º50.38%52.16%-
XYZ13.189.519.32-
YUV87.97125.2160.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.16%
GREEN value IS 66 (26.17% from 255) = 23.40%
BLUE value IS 83 (32.81% from 255) = 29.43%
R=47.16%
G=23.40%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133668300.500.380.48344.7833.6739.02
Hex85425303226301592227
Octal20510212306246605314247
Binary10000101100001010100110110010100110110000101011001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854253; }

 p { color: rgb(133,66,83); }

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

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

 a { background-color: rgb(133,66,83); }

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

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

 span { border-color: rgb(133,66,83); }

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