#85384E

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

Shades of Camelot #85384E

Tints of Camelot #85384E

Color information

#85384E (or 0x85384E) is unknown color: approx Camelot. HEX triplet: 85, 38 and 4E. RGB value is (133,56,78). Sum of RGB (Red+Green+Blue) = 133+56+78=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #85384E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85384E is #7AC7B1. Grayscale: #515151. Windows color (decimal): -8046514 or 5126277. OLE color: 5126277.

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

Color convert

RGB1335678-
CMYK00.580.410.48
HSL342.86º40.74%37.06%-
HSV(B)342.86º57.89%52.16%-
XYZ12.468.368.17-
YUV81.53126.01164.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 56 (22.27% from 255) = 20.97%
BLUE value IS 78 (30.86% from 255) = 29.21%
R=49.81%
G=20.97%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133567800.580.410.48342.8640.7437.06
Hex85384E03A29301572925
Octal2057011607251605275145
Binary1000010111100010011100111010101001110000101010111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85384E; }

 p { color: rgb(133,56,78); }

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

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

 a { background-color: rgb(133,56,78); }

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

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

 span { border-color: rgb(133,56,78); }

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