#853044

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

Shades of Camelot #853044

Tints of Camelot #853044

Color information

#853044 (or 0x853044) is unknown color: approx Camelot. HEX triplet: 85, 30 and 44. RGB value is (133,48,68). Sum of RGB (Red+Green+Blue) = 133+48+68=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #853044 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853044 is #7ACFBB. Grayscale: #4B4B4B. Windows color (decimal): -8048572 or 4468869. OLE color: 4468869.

HSL color Cylindrical-coordinate representation of color #853044: hue angle of 345.88º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #853044 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB1334868-
CMYK00.640.490.48
HSL345.88º46.96%35.49%-
HSV(B)345.88º63.91%52.16%-
XYZ11.777.526.3-
YUV75.69123.66168.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.41%
GREEN value IS 48 (19.14% from 255) = 19.28%
BLUE value IS 68 (26.95% from 255) = 27.31%
R=53.41%
G=19.28%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133486800.640.490.48345.8846.9635.49
Hex853044040313015a2f23
Octal20560104010061605325743
Binary10000101110000100010001000000110001110000101011010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853044; }

 p { color: rgb(133,48,68); }

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

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

 a { background-color: rgb(133,48,68); }

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

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

 span { border-color: rgb(133,48,68); }

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