#853343

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

Shades of Camelot #853343

Tints of Camelot #853343

Color information

#853343 (or 0x853343) is unknown color: approx Camelot. HEX triplet: 85, 33 and 43. RGB value is (133,51,67). Sum of RGB (Red+Green+Blue) = 133+51+67=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 67 (26.56% from 255 or 26.69% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #853343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853343 is #7ACCBC. Grayscale: #4D4D4D. Windows color (decimal): -8047805 or 4404101. OLE color: 4404101.

HSL color Cylindrical-coordinate representation of color #853343: hue angle of 348.29º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853343 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB1335167-
CMYK00.620.500.48
HSL348.29º44.57%36.08%-
HSV(B)348.29º61.65%52.16%-
XYZ11.877.766.18-
YUV77.34122.17167.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.99%
GREEN value IS 51 (20.31% from 255) = 20.32%
BLUE value IS 67 (26.56% from 255) = 26.69%
R=52.99%
G=20.32%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133516700.620.500.48348.2944.5736.08
Hex85334303E323015c2d24
Octal2056310307662605345544
Binary1000010111001110000110111110110010110000101011100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853343; }

 p { color: rgb(133,51,67); }

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

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

 a { background-color: rgb(133,51,67); }

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

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

 span { border-color: rgb(133,51,67); }

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