#85374A

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

Shades of Camelot #85374A

Tints of Camelot #85374A

Color information

#85374A (or 0x85374A) is unknown color: approx Camelot. HEX triplet: 85, 37 and 4A. RGB value is (133,55,74). Sum of RGB (Red+Green+Blue) = 133+55+74=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #85374A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85374A is #7AC8B5. Grayscale: #505050. Windows color (decimal): -8046774 or 4863877. OLE color: 4863877.

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

Color convert

RGB1335574-
CMYK00.590.440.48
HSL345.38º41.49%36.86%-
HSV(B)345.38º58.65%52.16%-
XYZ12.288.217.42-
YUV80.49124.34165.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.76%
GREEN value IS 55 (21.88% from 255) = 20.99%
BLUE value IS 74 (29.30% from 255) = 28.24%
R=50.76%
G=20.99%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133557400.590.440.48345.3841.4936.86
Hex85374A03B2C301592925
Octal2056711207354605315145
Binary1000010111011110010100111011101100110000101011001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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