#853045

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

Shades of Camelot #853045

Tints of Camelot #853045

Color information

#853045 (or 0x853045) is unknown color: approx Camelot. HEX triplet: 85, 30 and 45. RGB value is (133,48,69). Sum of RGB (Red+Green+Blue) = 133+48+69=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #853045 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853045 is #7ACFBA. Grayscale: #4B4B4B. Windows color (decimal): -8048571 or 4534405. OLE color: 4534405.

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

Color convert

RGB1334869-
CMYK00.640.480.48
HSL345.18º46.96%35.49%-
HSV(B)345.18º63.91%52.16%-
XYZ11.87.536.46-
YUV75.81124.16168.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.2%
GREEN value IS 48 (19.14% from 255) = 19.2%
BLUE value IS 69 (27.34% from 255) = 27.6%
R=53.2%
G=19.2%
B=27.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133486900.640.480.48345.1846.9635.49
Hex85304504030301592f23
Octal20560105010060605315743
Binary10000101110000100010101000000110000110000101011001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853045; }

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

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

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

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

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

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

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

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