#853042

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

Shades of Camelot #853042

Tints of Camelot #853042

Color information

#853042 (or 0x853042) is unknown color: approx Camelot. HEX triplet: 85, 30 and 42. RGB value is (133,48,66). Sum of RGB (Red+Green+Blue) = 133+48+66=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #853042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853042 is #7ACFBD. Grayscale: #4B4B4B. Windows color (decimal): -8048574 or 4337797. OLE color: 4337797.

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

Color convert

RGB1334866-
CMYK00.640.500.48
HSL347.29º46.96%35.49%-
HSV(B)347.29º63.91%52.16%-
XYZ11.717.495.98-
YUV75.47122.66169.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.85%
GREEN value IS 48 (19.14% from 255) = 19.43%
BLUE value IS 66 (26.17% from 255) = 26.72%
R=53.85%
G=19.43%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133486600.640.500.48347.2946.9635.49
Hex853042040323015b2f23
Octal20560102010062605335743
Binary10000101110000100001001000000110010110000101011011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853042; }

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

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

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

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

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

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

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

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