#85374D

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

Shades of Camelot #85374D

Tints of Camelot #85374D

Color information

#85374D (or 0x85374D) is unknown color: approx Camelot. HEX triplet: 85, 37 and 4D. RGB value is (133,55,77). Sum of RGB (Red+Green+Blue) = 133+55+77=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #85374D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85374D is #7AC8B2. Grayscale: #505050. Windows color (decimal): -8046771 or 5060485. OLE color: 5060485.

HSL color Cylindrical-coordinate representation of color #85374D: hue angle of 343.08º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85374D is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB1335577-
CMYK00.590.420.48
HSL343.08º41.49%36.86%-
HSV(B)343.08º58.65%52.16%-
XYZ12.388.257.96-
YUV80.83125.84165.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.19%
GREEN value IS 55 (21.88% from 255) = 20.75%
BLUE value IS 77 (30.47% from 255) = 29.06%
R=50.19%
G=20.75%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133557700.590.420.48343.0841.4936.86
Hex85374D03B2A301572925
Octal2056711507352605275145
Binary1000010111011110011010111011101010110000101010111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85374D; }

 p { color: rgb(133,55,77); }

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

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

 a { background-color: rgb(133,55,77); }

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

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

 span { border-color: rgb(133,55,77); }

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